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 607db933d2
commit cefb733d00
1 changed files with 1 additions and 0 deletions

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);