Skip to content

Commit 268047b

Browse files
fix(actionbutton): fix S1 actionbutton disabled background color
1 parent 5a0efd1 commit 268047b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/actionbutton/themes/spectrum.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
--spectrum-actionbutton-background-color-hover: var(--spectrum-gray-200);
2222
--spectrum-actionbutton-background-color-down: var(--spectrum-gray-300);
2323
--spectrum-actionbutton-background-color-focus: var(--spectrum-gray-200);
24-
--spectrum-actionbutton-background-color-selected-disabled: var(--spectrum-transparent-black-200);
24+
--spectrum-actionbutton-background-color-disabled: var(--spectrum-disabled-background-color);
2525

2626
--spectrum-actionbutton-content-color-selected: var(--spectrum-gray-75);
2727

0 commit comments

Comments
 (0)