Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyAppeldoorn committed Sep 5, 2023
1 parent 573576c commit 2da94ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sandercamp/ui-components",
"author": "Sander Camp",
"license": "MIT",
"version": "0.0.29",
"version": "0.0.30",
"packageManager": "[email protected]",
"main": "./lib/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/atoms/Icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Icon: React.FC<IconProps> = ({ className, name, color, fill = true }) => (

className
)}
style={{ color: color ?? "inherit" }}
style={{ color: color }}
>
{name}
</span>
Expand Down

0 comments on commit 2da94ae

Please sign in to comment.