Skip to content

Commit a42f004

Browse files
cdransfcastastrophe
authored andcommitted
fix(*): restore actionbutton staticwhite background color
1 parent 709f544 commit a42f004

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/actionbutton/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
--mod-actionbutton-border-color-focus: var(--spectrum-transparent-white-600);
9393

9494
--spectrum-actionbutton-background-color-disabled: transparent;
95+
--spectrum-actionbutton-background-color-selected-disabled: var(--spectrum-transparent-white-200);
9596

9697
&,
9798
&.spectrum-ActionButton--quiet {

components/actionbutton/metadata/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
"--spectrum-transparent-black-500",
199199
"--spectrum-transparent-black-600",
200200
"--spectrum-transparent-black-700",
201+
"--spectrum-transparent-white-200",
201202
"--spectrum-transparent-white-400",
202203
"--spectrum-transparent-white-500",
203204
"--spectrum-transparent-white-600",

0 commit comments

Comments
 (0)