diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index d3c9e6022..0aeae72f7 100644 --- a/apps/client/src/styles/theme.scss +++ b/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( ( container-background-color: transparent