@@ -146,14 +146,17 @@ export const COLOR_COMPONENTS_LIGHT = (COLOR_SYSTEM:{colors:typeof COLOR_SYSTEM_
146146 default : {
147147 background : COLOR_SYSTEM . colors . system . primary ,
148148 label : COLOR_SYSTEM . colors . button . text ,
149+ border : COLOR_SYSTEM . colors . system . primary ,
149150 } ,
150151 pressed : {
151152 background : COLOR_SYSTEM . colors . status . focused ,
152153 label : COLOR_SYSTEM . colors . button . text ,
154+ border : COLOR_SYSTEM . colors . status . focused ,
153155 } ,
154156 disabled : {
155157 background : COLOR_SYSTEM . colors . button . disabled ,
156158 label : COLOR_SYSTEM . colors . button . disabledText ,
159+ border : COLOR_SYSTEM . colors . button . disabled ,
157160 } ,
158161 } ,
159162 checkbox : {
@@ -469,14 +472,17 @@ export const COLOR_COMPONENTS_DARK = (COLOR_SYSTEM:{colors:typeof COLOR_SYSTEM_D
469472 default : {
470473 background : COLOR_SYSTEM . colors . system . primary ,
471474 label : COLOR_SYSTEM . colors . button . text ,
475+ border : COLOR_SYSTEM . colors . system . primary ,
472476 } ,
473477 pressed : {
474478 background : COLOR_SYSTEM . colors . status . focused ,
475479 label : COLOR_SYSTEM . colors . button . text ,
480+ border : COLOR_SYSTEM . colors . status . focused ,
476481 } ,
477482 disabled : {
478483 background : COLOR_SYSTEM . colors . button . disabled ,
479484 label : COLOR_SYSTEM . colors . button . disabledText ,
485+ border : COLOR_SYSTEM . colors . button . disabled ,
480486 } ,
481487 } ,
482488 checkbox : {
0 commit comments