We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21e1bd commit d91b213Copy full SHA for d91b213
src/components/Icons.tsx
@@ -1,4 +1,4 @@
1
-const DEFAULT_ICON_COLOR = "var(--clr-neutral-200)";
+const DEFAULT_ICON_COLOR = "var(--clr-icon-primary)";
2
const ACCENT_ICON_COLOR = "var(--clr-accent)";
3
4
export const LogoIcon = ({ fillColor = ACCENT_ICON_COLOR }) => (
0 commit comments