1
0
Fork 0
mirror of synced 2024-08-31 17:51:11 +12:00

Set button active state color to be custom theme hover color

This commit is contained in:
Andrew Kingston 2022-07-01 13:37:28 +01:00
parent bc087f3a69
commit ed32e26705

View file

@ -16,6 +16,7 @@
/* Buttons */
--spectrum-semantic-cta-color-background-default: var(--primaryColor);
--spectrum-semantic-cta-color-background-hover: var(--primaryColorHover);
--spectrum-semantic-cta-color-background-down: var(--primaryColorHover);
--spectrum-button-primary-s-border-radius: var(--buttonBorderRadius);
--spectrum-button-primary-m-border-radius: var(--buttonBorderRadius);
--spectrum-button-primary-l-border-radius: var(--buttonBorderRadius);