Skip to content

Commit a166f99

Browse files
committed
more color fixes
1 parent e7368c3 commit a166f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ export default {
4242
foreground: "hsl(var(--gray-900))",
4343
},
4444
primary: {
45-
DEFAULT: "hsl(var(--blue-200))",
45+
DEFAULT: "hsl(var(--blue-500))",
4646
foreground: "hsl(var(--gray-900))",
4747
},
4848
secondary: {
49-
DEFAULT: "hsl(var(--gray-200))",
49+
DEFAULT: "hsl(var(--gray-500))",
5050
foreground: "hsl(var(--gray-900))",
5151
},
5252
muted: {

0 commit comments

Comments
 (0)