Skip to content

Commit f7eb630

Browse files
Remove destructive color variables
Removed destructive color variables from globals.css.
1 parent 428c97b commit f7eb630

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/globals.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ html {
5757
--color-background: var(--background);
5858
--color-card: var(--card);
5959
--color-card-foreground: var(--card-foreground);
60-
--color-destructive: var(--destructive);
6160
--color-foreground: var(--foreground);
6261
--color-muted-foreground: var(--muted-foreground);
6362
--color-primary: var(--primary);
@@ -76,7 +75,6 @@ html {
7675
--card-foreground: oklch(0.141 0.005 285.823);
7776
--accent: oklch(0.967 0.001 286.375);
7877
--accent-foreground: oklch(0.21 0.006 285.885);
79-
--destructive: oklch(0.577 0.245 27.325);
8078
--muted-foreground: oklch(43.965% 0.00491 286.052);
8179
--primary: oklch(0.21 0.006 285.885);
8280
--primary-foreground: oklch(0.985 0 0);

0 commit comments

Comments
 (0)