File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @spectrum-css/button " : patch
3
+ ---
4
+
5
+ Revert primary button content color to spectrum-white to bring back white color in both dark and light themes.
Original file line number Diff line number Diff line change 23
23
--mod-button-background-color-focus : var (--spectrum-gray-200 );
24
24
25
25
& .spectrum-Button--primary {
26
- --mod-button-content-color-default : var (--spectrum-gray-50 );
27
- --mod-button-content-color-hover : var (--spectrum-gray-50 );
28
- --mod-button-content-color-down : var (--spectrum-gray-50 );
29
- --mod-button-content-color-focus : var (--spectrum-gray-50 );
26
+ --mod-button-content-color-default : var (--spectrum-white );
27
+ --mod-button-content-color-hover : var (--spectrum-white );
28
+ --mod-button-content-color-down : var (--spectrum-white );
29
+ --mod-button-content-color-focus : var (--spectrum-white );
30
30
31
31
& .spectrum-Button--outline {
32
32
--mod-button-background-color-hover : var (--spectrum-gray-300 );
You can’t perform that action at this time.
0 commit comments