Browse Source

feat(styles): add badge overrides

pull/6253/head
KenTandrian 1 week ago
parent
commit
e4ea6a83bd
  1. 6
      apps/client/src/styles/theme.scss

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

@ -305,6 +305,12 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest);
}
}
@include mat.badge-overrides(
(
background-color: var(--gf-theme-primary-500)
)
);
@include mat.button-overrides(
(
filled-container-color: var(--gf-theme-primary-500)

Loading…
Cancel
Save