118
118
--color_fg_code : #fff ;
119
119
--color_bg_code-editor : #000 ;
120
120
121
- --color_bg_state_success : #10783f ;
121
+ --color_bg_state_success : #149750 ;
122
122
--color_fg_on_state_success : #fff ;
123
123
--color_fg_on_state_success_subtle : #98d2b2 ;
124
124
--color_bg_state_success_subtle : #062a16 ;
125
125
--color_border_state_success : #67bc8e ;
126
126
127
127
--color_fg_strong : #99a7f1 ;
128
-
128
+
129
+ --color_bg_state_danger : #f2ac84 ;
129
130
--color_bg_state_danger_subtle : #46110e ;
130
131
--color_fg_on_state_danger_subtle : #f0b7b4 ;
131
132
--color_border_state_danger : #e89590 ;
@@ -159,6 +160,7 @@ html[data-theme="system-light"] {
159
160
--color_fg_on_state_info_subtle : #263588 ;
160
161
--color_border_state_info : #3f59e4 ;
161
162
163
+ --color_bg_state_danger : #e27133 ;
162
164
--color_bg_state_danger_subtle : #fbeeed ;
163
165
--color_fg_on_state_danger_subtle : #761c17 ;
164
166
--color_border_state_danger : #c32f26 ;
@@ -171,7 +173,7 @@ html[data-theme="system-light"] {
171
173
172
174
--color_fg_strong : #3f59e4 ;
173
175
174
- --color_bg_state_success : #10783f ;
176
+ --color_bg_state_success : #8fc88a ;
175
177
--color_fg_on_state_success : #fff ;
176
178
--color_fg_on_state_success_subtle : #149750 ;
177
179
--color_bg_state_success_subtle : #e6f4ec ;
@@ -561,7 +563,8 @@ $picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
561
563
border : 1px solid var (--color_border_default );
562
564
padding : 0.25rem ;
563
565
overflow : hidden ;
564
- min-width : 6.125rem ;
566
+ width : max-content !important ;
567
+ min-width : 100% !important ;
565
568
}
566
569
567
570
.react-select__menu-portal {
0 commit comments