Skip to content

Commit

Permalink
fix: remove typo in variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Victor committed Mar 25, 2023
1 parent 885f10b commit 7ec0d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const IconButton = styled("button", {
bg: "$bg",
},
textLight: {
bg: "$rgba($textRGB,0.5)",
bg: "rgba($textRGB,0.5)",
},
bgLight: {
bg: "rgba($bgRGB,0.4)",
Expand Down

0 comments on commit 7ec0d1b

Please sign in to comment.