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 428c97b commit f7eb630Copy full SHA for f7eb630
src/app/globals.css
@@ -57,7 +57,6 @@ html {
57
--color-background: var(--background);
58
--color-card: var(--card);
59
--color-card-foreground: var(--card-foreground);
60
- --color-destructive: var(--destructive);
61
--color-foreground: var(--foreground);
62
--color-muted-foreground: var(--muted-foreground);
63
--color-primary: var(--primary);
@@ -76,7 +75,6 @@ html {
76
75
--card-foreground: oklch(0.141 0.005 285.823);
77
--accent: oklch(0.967 0.001 286.375);
78
--accent-foreground: oklch(0.21 0.006 285.885);
79
- --destructive: oklch(0.577 0.245 27.325);
80
--muted-foreground: oklch(43.965% 0.00491 286.052);
81
--primary: oklch(0.21 0.006 285.885);
82
--primary-foreground: oklch(0.985 0 0);
0 commit comments