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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
0 deletions
-
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( |
|
|
|
( |
|
|
|
selected-focus-handle-color: var(--gf-theme-primary-500), |
|
|
|
|