Browse Source

Task/improve color of checkboxes in type filter of activities table component (#7493)

Improve color of checkboxes
pull/7383/head
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
0e42a62e92
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      apps/client/src/styles/theme.scss

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

@ -364,6 +364,12 @@ $gf-typography: (
) )
); );
@include mat.pseudo-checkbox-overrides(
(
full-selected-icon-color: var(--gf-theme-primary-500)
)
);
@include mat.slide-toggle-overrides( @include mat.slide-toggle-overrides(
( (
selected-focus-handle-color: var(--gf-theme-primary-500), selected-focus-handle-color: var(--gf-theme-primary-500),

Loading…
Cancel
Save