Browse Source

feat(client): implement color-scheme

pull/6849/head
KenTandrian 6 days ago
parent
commit
a85f08dbfc
  1. 4
      apps/client/src/styles/theme.scss

4
apps/client/src/styles/theme.scss

@ -150,6 +150,8 @@ $gf-typography: (
); );
.theme-light { .theme-light {
color-scheme: light;
@include mat.theme( @include mat.theme(
( (
color: ( color: (
@ -231,6 +233,8 @@ $gf-typography: (
} }
.theme-dark { .theme-dark {
color-scheme: dark;
@include mat.theme( @include mat.theme(
( (
color: ( color: (

Loading…
Cancel
Save