118118 --color_fg_code : #fff ;
119119 --color_bg_code-editor : #000 ;
120120
121- --color_bg_state_success : #10783f ;
121+ --color_bg_state_success : #149750 ;
122122 --color_fg_on_state_success : #fff ;
123123 --color_fg_on_state_success_subtle : #98d2b2 ;
124124 --color_bg_state_success_subtle : #062a16 ;
125125 --color_border_state_success : #67bc8e ;
126126
127127 --color_fg_strong : #99a7f1 ;
128-
128+
129+ --color_bg_state_danger : #f2ac84 ;
129130 --color_bg_state_danger_subtle : #46110e ;
130131 --color_fg_on_state_danger_subtle : #f0b7b4 ;
131132 --color_border_state_danger : #e89590 ;
@@ -159,6 +160,7 @@ html[data-theme="system-light"] {
159160 --color_fg_on_state_info_subtle : #263588 ;
160161 --color_border_state_info : #3f59e4 ;
161162
163+ --color_bg_state_danger : #e27133 ;
162164 --color_bg_state_danger_subtle : #fbeeed ;
163165 --color_fg_on_state_danger_subtle : #761c17 ;
164166 --color_border_state_danger : #c32f26 ;
@@ -171,7 +173,7 @@ html[data-theme="system-light"] {
171173
172174 --color_fg_strong : #3f59e4 ;
173175
174- --color_bg_state_success : #10783f ;
176+ --color_bg_state_success : #8fc88a ;
175177 --color_fg_on_state_success : #fff ;
176178 --color_fg_on_state_success_subtle : #149750 ;
177179 --color_bg_state_success_subtle : #e6f4ec ;
@@ -561,7 +563,8 @@ $picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
561563 border : 1px solid var (--color_border_default );
562564 padding : 0.25rem ;
563565 overflow : hidden ;
564- min-width : 6.125rem ;
566+ width : max-content !important ;
567+ min-width : 100% !important ;
565568}
566569
567570.react-select__menu-portal {
0 commit comments