From e6a1fae291aeeba81b7f3c1853f075910ae65dc9 Mon Sep 17 00:00:00 2001 From: Oleksandr Dubenko Date: Fri, 13 Dec 2024 11:13:42 +0100 Subject: [PATCH] frontend: Add enableColorScheme to CssBaseline component for improved default styles Signed-off-by: Oleksandr Dubenko --- frontend/src/components/App/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/App/Layout.tsx b/frontend/src/components/App/Layout.tsx index 912d32238f..5be1c59afa 100644 --- a/frontend/src/components/App/Layout.tsx +++ b/frontend/src/components/App/Layout.tsx @@ -204,7 +204,7 @@ export default function Layout({}: LayoutProps) { - +