From 6e677145604ab17d4b6aeb69bb0ee23ca4080aef Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 17 Sep 2026 11:59:37 +0200 Subject: [PATCH] Task/improve color of selected state in options (#7889) Improve color --- apps/client/src/styles/theme.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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