diff --git a/styles/globals.css b/styles/globals.css index 315ee27..eb0c354 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -29,6 +29,8 @@ --primary-foreground: 255 255 255; --secondary: 38 38 38; --secondary-foreground: 250 250 250; + --accent: 38 38 38; + --accent-foreground: 250 250 250; --destructive-foreground: 255 255 255; }