We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
color
컴포넌트에 color를 지정하면 컴포넌트 내부 아이콘에도 적용이 되어야 하는데, 그게 안됨
icon.base.tsx에서 currentColor가 아니라 current로 잘못 써서 발생하는 문제
icon.base.tsx
currentColor
current
BoxButton에 color: ${({ theme }) => theme.semantic.color.textBasicWhite}; 가 적용된 상탠데 아이콘에는 해당 색상 적용이 안된 걸 확인 가능
color: ${({ theme }) => theme.semantic.color.textBasicWhite};
The text was updated successfully, but these errors were encountered:
nijuy
Successfully merging a pull request may close this issue.
ISSUE ✅ : icon color
📖 Summary
컴포넌트에
color
를 지정하면 컴포넌트 내부 아이콘에도 적용이 되어야 하는데, 그게 안됨Error Script
icon.base.tsx
에서currentColor
가 아니라current
로 잘못 써서 발생하는 문제Photo
BoxButton에
color: ${({ theme }) => theme.semantic.color.textBasicWhite};
가 적용된 상탠데아이콘에는 해당 색상 적용이 안된 걸 확인 가능
The text was updated successfully, but these errors were encountered: