diff --git a/apps/v4/app/globals.css b/apps/v4/app/globals.css index 238c4b6ae40..8ef4a2d2709 100644 --- a/apps/v4/app/globals.css +++ b/apps/v4/app/globals.css @@ -20,7 +20,7 @@ --accent: oklch(0.97 0 0); --accent-foreground: oklch(0.205 0 0); --destructive: oklch(0.577 0.245 27.325); - --destructive-foreground: oklch(0.577 0.245 27.325); + --destructive-foreground: oklch(0.985 0 0); --border: oklch(0.922 0 0); --input: oklch(0.922 0 0); --ring: oklch(0.708 0 0); @@ -56,7 +56,7 @@ --accent: oklch(0.269 0 0); --accent-foreground: oklch(0.985 0 0); --destructive: oklch(0.396 0.141 25.723); - --destructive-foreground: oklch(0.637 0.237 25.331); + --destructive-foreground: oklch(0.985 0 0); --border: oklch(0.269 0 0); --input: oklch(0.269 0 0); --ring: oklch(0.556 0 0); @@ -174,6 +174,7 @@ from { height: 0; } + to { height: var(--radix-accordion-content-height); } @@ -183,6 +184,7 @@ from { height: var(--radix-accordion-content-height); } + to { height: 0; } @@ -193,7 +195,8 @@ * { @apply border-border outline-ring/50; } + body { @apply bg-background text-foreground; } -} +} \ No newline at end of file