Skip to content

Commit

Permalink
fix(*): restore actionbutton staticwhite background color
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf committed Jan 8, 2025
1 parent 7c7ecde commit b9e355e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/actionbutton/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
--mod-actionbutton-border-color-focus: var(--spectrum-transparent-white-600);

--spectrum-actionbutton-background-color-disabled: transparent;
--spectrum-actionbutton-background-color-selected-disabled: var(--spectrum-transparent-white-200);

&,
&.spectrum-ActionButton--quiet {
Expand Down
1 change: 1 addition & 0 deletions components/actionbutton/metadata/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
"--spectrum-transparent-black-500",
"--spectrum-transparent-black-600",
"--spectrum-transparent-black-700",
"--spectrum-transparent-white-200",
"--spectrum-transparent-white-400",
"--spectrum-transparent-white-500",
"--spectrum-transparent-white-600",
Expand Down

0 comments on commit b9e355e

Please sign in to comment.