@@ -224,8 +224,8 @@ export const COLOR_COMPONENTS_LIGHT = (COLOR_SYSTEM:{colors:typeof COLOR_SYSTEM_
224224 } ,
225225 disabled : {
226226 collapseBackground : COLOR_SYSTEM . colors . system . background ,
227- border : COLOR_SYSTEM . colors . system . background ,
228- background : COLOR_SYSTEM . colors . neutral . lightGrey ,
227+ border : COLOR_SYSTEM . colors . input . lightDefault ,
228+ background : COLOR_SYSTEM . colors . input . lightDefault ,
229229 label : COLOR_SYSTEM . colors . neutral . grey ,
230230 collapseIcon : COLOR_SYSTEM . colors . neutral . grey ,
231231 itemBackground : COLOR_SYSTEM . colors . neutral . lightGrey ,
@@ -284,7 +284,7 @@ export const COLOR_COMPONENTS_LIGHT = (COLOR_SYSTEM:{colors:typeof COLOR_SYSTEM_
284284 disabled : {
285285 collapseBackground : COLOR_SYSTEM . colors . system . background ,
286286 background : COLOR_SYSTEM . colors . input . lightDefault ,
287- border : COLOR_SYSTEM . colors . neutral . default ,
287+ border : COLOR_SYSTEM . colors . input . lightDefault ,
288288 label : COLOR_SYSTEM . colors . neutral . grey ,
289289 collapseIcon : COLOR_SYSTEM . colors . neutral . grey ,
290290 itemBackground : COLOR_SYSTEM . colors . system . background ,
@@ -400,7 +400,7 @@ export const COLOR_COMPONENTS_LIGHT = (COLOR_SYSTEM:{colors:typeof COLOR_SYSTEM_
400400 background : COLOR_SYSTEM . colors . input . lightDefault ,
401401 border : COLOR_SYSTEM . colors . input . lightDefault ,
402402 label : COLOR_SYSTEM . colors . neutral . grey ,
403- value : COLOR_SYSTEM . colors . neutral . black ,
403+ value : COLOR_SYSTEM . colors . neutral . grey ,
404404 bottomLabel : COLOR_SYSTEM . colors . neutral . grey ,
405405 countLabel : COLOR_SYSTEM . colors . neutral . grey ,
406406 } ,
@@ -546,7 +546,7 @@ export const COLOR_COMPONENTS_DARK = (COLOR_SYSTEM:{colors:typeof COLOR_SYSTEM_D
546546 } ,
547547 disabled : {
548548 collapseBackground : COLOR_SYSTEM . colors . system . background ,
549- border : COLOR_SYSTEM . colors . system . background ,
549+ border : COLOR_SYSTEM . colors . input . lightDefault ,
550550 background : COLOR_SYSTEM . colors . input . lightDefault ,
551551 label : COLOR_SYSTEM . colors . neutral . grey ,
552552 collapseIcon : COLOR_SYSTEM . colors . neutral . grey ,
@@ -604,7 +604,7 @@ export const COLOR_COMPONENTS_DARK = (COLOR_SYSTEM:{colors:typeof COLOR_SYSTEM_D
604604 } ,
605605 disabled : {
606606 background : COLOR_SYSTEM . colors . input . lightDefault ,
607- border : COLOR_SYSTEM . colors . neutral . default ,
607+ border : COLOR_SYSTEM . colors . input . lightDefault ,
608608 label : COLOR_SYSTEM . colors . neutral . grey ,
609609 collapseIcon : COLOR_SYSTEM . colors . neutral . grey ,
610610 collapseBackground : COLOR_SYSTEM . colors . system . background ,
@@ -721,7 +721,7 @@ export const COLOR_COMPONENTS_DARK = (COLOR_SYSTEM:{colors:typeof COLOR_SYSTEM_D
721721 background : COLOR_SYSTEM . colors . input . lightDefault ,
722722 border : COLOR_SYSTEM . colors . input . lightDefault ,
723723 label : COLOR_SYSTEM . colors . neutral . grey ,
724- value : COLOR_SYSTEM . colors . neutral . black ,
724+ value : COLOR_SYSTEM . colors . neutral . grey ,
725725 bottomLabel : COLOR_SYSTEM . colors . neutral . grey ,
726726 countLabel : COLOR_SYSTEM . colors . neutral . grey ,
727727 } ,
0 commit comments