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 should be on svg.
svg
The text was updated successfully, but these errors were encountered:
related ant-design/ant-design#13137 (comment)
Sorry, something went wrong.
Current workaround:
export function Icon({ color, style }: IconFontProps) { return ( <IconFont style={{ color, ...style, }} {...props} /> ) }
fix: color should be svg property
7e6f7d4
close ant-design#497
054c4bf
Successfully merging a pull request may close this issue.
color
should be onsvg
.The text was updated successfully, but these errors were encountered: