From 2537f10729d25ff822c18b9a01ebe1ab17dccfd2 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:12:35 +0100 Subject: [PATCH] Update "Ying & Yang" light theme background colors --- src/modules/theme/Themes.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/theme/Themes.ts b/src/modules/theme/Themes.ts index 3714793b..0fedfcb7 100644 --- a/src/modules/theme/Themes.ts +++ b/src/modules/theme/Themes.ts @@ -393,6 +393,10 @@ export const themes = { secondary: { main: '#fff', }, + background: { + paper: '#efefef', + default: '#fff', + }, }, }, dark: {