Skip to content

Commit

Permalink
secondary button press fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed May 10, 2024
1 parent 0105ded commit b64a474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/buttons/src/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
--hop-Button-secondary-background-color-disabled: var(--hop-neutral-surface-disabled);
--hop-Button-secondary-border: 0.0625rem solid var(--hop-neutral-border-strong);
--hop-Button-secondary-border-hover: 0.0625rem solid var(--hop-neutral-border-strong-hover);
--hop-Button-secondary-border-pressed: 0.0625rem solid var(--hop-neutral-text-border-strong);
--hop-Button-secondary-border-pressed: 0.0625rem solid var(--hop-neutral-border-strong);
--hop-Button-secondary-border-disabled: 0.0625rem solid var(--hop-Button-secondary-background-color-disabled); /* same color as the background */
--hop-Button-secondary-spinner-color: var(--hop-neutral-icon);
--hop-Button-secondary-sm-padding-x: var(--hop-space-inset-sm);
Expand Down

0 comments on commit b64a474

Please sign in to comment.