From 1b45fdc192befc12c861d007c0b9792d9bedf768 Mon Sep 17 00:00:00 2001 From: Bryan Cunningham Date: Fri, 9 Jan 2026 14:24:57 -0500 Subject: [PATCH] update main background color --- libs/components/tailwind.config.base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/components/tailwind.config.base.js b/libs/components/tailwind.config.base.js index bd88f5471ff..c35a2ec98ef 100644 --- a/libs/components/tailwind.config.base.js +++ b/libs/components/tailwind.config.base.js @@ -72,7 +72,7 @@ module.exports = { code: rgba("--color-text-code"), }, background: { - DEFAULT: rgba("--color-background"), + DEFAULT: "var(--color-bg-primary)", alt: rgba("--color-background-alt"), alt2: rgba("--color-background-alt2"), alt3: rgba("--color-background-alt3"),