Skip to content

Commit

Permalink
fix: 修复color权重低问题 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
irisSong authored Nov 27, 2024
1 parent b402f79 commit 9f4d018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/icons-react/src/IconTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const Icon: FunctionComponent<SVG_IconProps> = (props: SVG_IconProps) => {
}
const getStyle = () => {
return {
color,
...style,
...props2Style
}
Expand Down

0 comments on commit 9f4d018

Please sign in to comment.