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 {
color-scheme: light;
@include mat.theme(
(
color: (
@ -231,6 +233,8 @@ $gf-typography: (
}
.theme-dark {
color-scheme: dark;
@include mat.theme(
(
color: (

Loading…
Cancel
Save