diff --git a/src/components/base/IconButton.tsx b/src/components/base/IconButton.tsx index e1f7b3d..b2d11a0 100644 --- a/src/components/base/IconButton.tsx +++ b/src/components/base/IconButton.tsx @@ -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)",