File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @spectrum-css/checkbox " : patch
3
+ ---
4
+
5
+ updated deselected (default) border color of the box to be neutral content color default in spectrum-two
Original file line number Diff line number Diff line change 188
188
" --spectrum-font-size-300" ,
189
189
" --spectrum-font-size-75" ,
190
190
" --spectrum-gray-50" ,
191
- " --spectrum-gray-600" ,
192
191
" --spectrum-gray-700" ,
193
192
" --spectrum-gray-800" ,
194
193
" --spectrum-line-height-100" ,
Original file line number Diff line number Diff line change 13
13
14
14
@container style(- - system: spectrum) {
15
15
.spectrum-Checkbox {
16
- --spectrum-checkbox-control-color-default : var (--spectrum-gray-600 );
16
+ --spectrum-checkbox-control-color-default : var (--spectrum-neutral-content-color-default );
17
17
--spectrum-checkbox-control-color-hover : var (--spectrum-gray-700 );
18
18
--spectrum-checkbox-control-color-down : var (--spectrum-gray-800 );
19
19
--spectrum-checkbox-control-color-focus : var (--spectrum-gray-700 );
Original file line number Diff line number Diff line change 17
17
18
18
@container style(- - system: legacy) {
19
19
.spectrum-Checkbox {
20
+ --spectrum-checkbox-control-color-default : var (--spectrum-gray-600 );
20
21
--spectrum-checkbox-checkmark-color : var (--spectrum-gray-75 );
21
22
--spectrum-checkbox-control-corner-radius : var (--spectrum-corner-radius-75 );
22
23
}
You can’t perform that action at this time.
0 commit comments