Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #257 from marketgoo/fix/focus-button-pro
Browse files Browse the repository at this point in the history
fix: focus  & active color
  • Loading branch information
mablancoalvarez committed Sep 28, 2023
2 parents 576b9e2 + 7046f27 commit 56a480d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Button/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
border-style: solid;
border-width: 1px;
--color-hover: var(--color-pro-600);
background-selected: var(--color-pro-100);
--color-active: var(--color-pro-700);
--shadow-focus: var(--color-pro-100);
--background-active: var(--color-pro-100);
}

&.is-destructive-primary {
Expand Down

0 comments on commit 56a480d

Please sign in to comment.