Browse Source

Task/improve color of selected state in options (#7889)

Improve color
main
Thomas Kaul 20 hours ago
committed by GitHub
parent
commit
6e67714560
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

@ -360,6 +360,12 @@ $_dense-form-field-theme: mat.define-theme(
) )
); );
@include mat.option-overrides(
(
selected-state-label-text-color: var(--gf-theme-primary-500)
)
);
@include mat.paginator-overrides( @include mat.paginator-overrides(
( (
container-background-color: transparent container-background-color: transparent

Loading…
Cancel
Save