diff --git a/shell/assets/styles/themes/_modern.scss b/shell/assets/styles/themes/_modern.scss index e6f71feb45b..113943a649e 100644 --- a/shell/assets/styles/themes/_modern.scss +++ b/shell/assets/styles/themes/_modern.scss @@ -1058,7 +1058,7 @@ BODY, .theme-dark { --rc-disabled-text-color: #{$gray004}; --error-text : #FFAC99; - --warning-text : #{$warning}; + --warning-text : #{contrast-color($warning)};; --success-badge : #{rgba($success, 10%)}; --on-success-banner : #00B752;