Browse Source

Improve styling

pull/7046/head
Thomas Kaul 3 months ago
parent
commit
999fc865f9
  1. 5
      apps/client/src/styles/theme.scss

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

@ -312,7 +312,10 @@ $gf-typography: (
@include mat.checkbox-overrides(
(
selected-icon-color: var(--gf-theme-primary-500)
selected-focus-icon-color: var(--gf-theme-primary-500),
selected-hover-icon-color: var(--gf-theme-primary-500),
selected-icon-color: var(--gf-theme-primary-500),
selected-pressed-icon-color: var(--gf-theme-primary-500)
)
);

Loading…
Cancel
Save