Skip to content

Commit

Permalink
Button: Update active state color for better visibility when button i…
Browse files Browse the repository at this point in the history
…s pressed
  • Loading branch information
yogeshbhutkar committed Jan 8, 2025
1 parent 26d0795 commit 548ff1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@

&:active:not(:disabled, [aria-disabled="true"]) {
background: color-mix(in srgb, $components-color-accent 8%, transparent);
color: $components-color-accent-darker-20;
}

// Pull left if the tertiary button stands alone after a description, so as to vertically align with items above.
Expand Down

0 comments on commit 548ff1e

Please sign in to comment.