diff options
Diffstat (limited to 'core/src/jquery/css/jquery-ui-fixes.scss')
-rw-r--r-- | core/src/jquery/css/jquery-ui-fixes.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss index 31714dc34b3..233e283e695 100644 --- a/core/src/jquery/css/jquery-ui-fixes.scss +++ b/core/src/jquery/css/jquery-ui-fixes.scss @@ -186,7 +186,7 @@ &.ui-state-focus, &.ui-state-active { box-shadow: inset 4px 0 var(--color-primary); - color: var(--color-text); + color: var(--color-main-text); } } } |