diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index 75ecc210d..3f8125011 100644 --- a/apps/client/src/styles/theme.scss +++ b/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),