Skip to content

Commit d91b213

Browse files
committed
Refactor custom properties for theming
1 parent e21e1bd commit d91b213

File tree

2 files changed

+129
-99
lines changed

2 files changed

+129
-99
lines changed

src/components/Icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const DEFAULT_ICON_COLOR = "var(--clr-neutral-200)";
1+
const DEFAULT_ICON_COLOR = "var(--clr-icon-primary)";
22
const ACCENT_ICON_COLOR = "var(--clr-accent)";
33

44
export const LogoIcon = ({ fillColor = ACCENT_ICON_COLOR }) => (

0 commit comments

Comments
 (0)