Skip to content

Commit 21e9603

Browse files
committed
fix(*): restore missing custom property for actionbutton
1 parent 49bf9c4 commit 21e9603

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
@@ -24,6 +24,7 @@
2424
--spectrum-actionbutton-border-color-disabled: var(--spectrum-disabled-border-color);
2525

2626
--spectrum-actionbutton-background-color-selected-disabled: var(--spectrum-transparent-black-100);
27+
--spectrum-actionbutton-content-color-disabled: var(--spectrum-disabled-content-color);
2728

2829
--spectrum-actionbutton-background-color-selected: var(--spectrum-neutral-background-color-selected-default);
2930
--spectrum-actionbutton-background-color-selected-hover: var(--spectrum-neutral-background-color-selected-hover);

components/actionbutton/metadata/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
"--spectrum-corner-radius-medium-size-medium",
162162
"--spectrum-corner-radius-medium-size-small",
163163
"--spectrum-disabled-border-color",
164+
"--spectrum-disabled-content-color",
164165
"--spectrum-focus-indicator-color",
165166
"--spectrum-focus-indicator-gap",
166167
"--spectrum-focus-indicator-thickness",

0 commit comments

Comments
 (0)