From 4ae43ac9951246e125a521b60f78f2381702a2fb Mon Sep 17 00:00:00 2001 From: Kinzi <100537572+Kinzi-c@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:41:27 +1200 Subject: [PATCH] Fix Theme Modal set as root --- web/src/app/theme.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/app/theme.ts b/web/src/app/theme.ts index 696f2c2..770f8cb 100644 --- a/web/src/app/theme.ts +++ b/web/src/app/theme.ts @@ -66,8 +66,8 @@ export const theme = createTheme({ }), Modal: Modal.extend({ styles: (theme) => ({ - modal: { - backgroundColor: theme.colors.customCharcoalGrey[0] + root: { + backgroundColor: theme.colors.customCharcoalGrey[0], }, }), }),