File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
shell/assets/styles/themes Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -728,8 +728,8 @@ BODY, .theme-light {
728728 --error-badge : #{$error } ;
729729 --on-error-banner : #FFFFFF ;
730730
731- --error-banner-text : #{$error } ;
732- --warning-banner-text : var ( --warning-text ) ;
731+ --error-banner-text : #{$grey-100 } ;
732+ --warning-banner-text : #{ $grey-100 } ;
733733}
734734
735735BODY , .theme-dark {
@@ -1058,7 +1058,7 @@ BODY, .theme-dark {
10581058 --rc-disabled-text-color : #{$gray004 } ;
10591059
10601060 --error-text : #FFAC99 ;
1061- --warning-text : #{contrast-color ($warning )} ;;
1061+ --warning-text : #{contrast-color ($warning )} ;
10621062
10631063 --success-badge : #{rgba ($success , 10% )} ;
10641064 --on-success-banner : #00B752 ;
@@ -1074,7 +1074,7 @@ BODY, .theme-dark {
10741074
10751075 --error-banner-bg : #301D1D ;
10761076
1077- --warning-banner-text : var ( --warning-text ) ;
1078- --error-banner-text : var ( --error-text ) ;
1077+ --warning-banner-text : #{ $grey-0 } ;
1078+ --error-banner-text : #{ $grey-0 } ;
10791079}
10801080
You can’t perform that action at this time.
0 commit comments