diff --git a/ui/src/index.css b/ui/src/index.css index ce6b6b9..c875981 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -492,6 +492,6 @@ @apply border-border outline-ring/50; } body { - @apply bg-background font-sans text-foreground; + @apply bg-canvas font-sans text-foreground; } }