From d639c8fa4bd9f4451fd5f01b86f91055f04429cd Mon Sep 17 00:00:00 2001 From: alter-eggo Date: Tue, 12 Sep 2023 14:38:30 +0400 Subject: [PATCH] fix: global bg style --- theme/global/global.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/global/global.ts b/theme/global/global.ts index 55423a2a497..2095c51f17a 100644 --- a/theme/global/global.ts +++ b/theme/global/global.ts @@ -9,7 +9,7 @@ import { tippyStyles } from './tippy-styles'; // ts-unused-exports:disable-next-line export const globalCss = defineGlobalStyles({ 'html, body': { - backgroundColor: 'accent.background-secondary', + backgroundColor: 'accent.background-primary', }, button: { cursor: 'pointer',