Skip to content

Commit

Permalink
fix(): Dark mode button colours.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 30, 2024
1 parent 4fbe8d2 commit e188d6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .storybook/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@apply border-border;
}
body {
@apply bg-background text-foreground;
@apply bg-background-sunk text-foreground;
@apply font-sans;
@apply antialiased
@apply antialiased;
}
}
12 changes: 6 additions & 6 deletions src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@

:root [data-theme="dark"] {
color-scheme: dark;
--background-sunk: 240 10% 3.9%;
--background: 240 5.9% 6%;
--background-sunk: 240 10% 2%;
--background: 240 5.9% 8%;
--foreground: 0 0% 98%;
--card: 240 5.9% 6%;
--card: 240 5.9% 8%;
--card-foreground: 0 0% 98%;
--popover: 240 5.9% 6%;
--popover: 240 5.9% 8%;
--popover-foreground: 0 0% 98%;
--primary: 0 0% 98%;
--primary-foreground: 240 5.9% 6%;
--primary-foreground: 240 5.9% 8%;
--secondary: 240 3.7% 15.9%;
--secondary-foreground: 0 0% 98%;
--muted: 240 3.7% 15.9%;
Expand All @@ -55,7 +55,7 @@
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 240 3.7% 19.9%;
--input: 240 3.7% 23.9%;
--input: 240 3.7% 19.9%;
--ring: 240 4.9% 83.9%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
Expand Down

0 comments on commit e188d6c

Please sign in to comment.