From 051f1ad04e5dffb2f559295167f380958ab5b3e5 Mon Sep 17 00:00:00 2001 From: Joe Haskins <49067849+haskinsjg@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:45:19 -0400 Subject: [PATCH] add class based on active theme (#1201) --- frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 57c0485181..cc80e03ac9 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -142,6 +142,7 @@ function App() { maxHeight="-webkit-fill-available" width="100vw" sx={{ overflowX: 'hidden' }} + className={`theme-${themeVariant}`} >