diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index 87a7d1950..3cec572cc 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -150,6 +150,8 @@ $gf-typography: ( ); .theme-light { + color-scheme: light; + @include mat.theme( ( color: ( @@ -231,6 +233,8 @@ $gf-typography: ( } .theme-dark { + color-scheme: dark; + @include mat.theme( ( color: (