File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
core/selection/pseudo-checkbox
design-tokens/pt-2022/tokens/components Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1010 $checkbox : map-get (map-get ($theme , components ), checkbox );
1111
1212 .mc-pseudo-checkbox {
13- border-color : mc-color ($second );
14- background-color : map-get ($background , background );
13+ border-color : map-get ($checkbox , border );
1514
1615 & .mc-checkbox-checkmark ,
1716 & .mc-checkbox-mixedmark {
18- color : white ;
17+ color : map-get ( $background , background ) ;
1918 }
2019
2120 & .mc-checked ,
Original file line number Diff line number Diff line change 11{
22 checkbox : {
33 'light-color-scheme' : {
4- border : { value : '{light-color-scheme.second.palette.value.200 .value}' } ,
4+ border : { value : '{light-color-scheme.foreground.border .value}' } ,
55 states : {
66 checked : {
77 border : { value : '{light-color-scheme.primary.default.value}' } ,
1414 }
1515 } ,
1616 'dark-color-scheme' : {
17- border : { value : '{dark-color-scheme.second.palette.value.560 .value}' } ,
17+ border : { value : '{dark-color-scheme.foreground.border .value}' } ,
1818 states : {
1919 checked : {
2020 border : { value : '{dark-color-scheme.primary.default.value}' } ,
You can’t perform that action at this time.
0 commit comments