From 14116cee10da8f25278acc5ab24bf26220597204 Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Tue, 6 Aug 2024 23:25:43 -0700 Subject: [PATCH] fix: remove bg color from aui-root (#657) --- packages/react/src/styles/tailwindcss/base-components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/styles/tailwindcss/base-components.css b/packages/react/src/styles/tailwindcss/base-components.css index a954c9787..5a7413957 100644 --- a/packages/react/src/styles/tailwindcss/base-components.css +++ b/packages/react/src/styles/tailwindcss/base-components.css @@ -1,5 +1,5 @@ .aui-root { - @apply bg-aui-background text-aui-foreground border-aui-border; + @apply text-aui-foreground border-aui-border; } /* button */