Skip to content

Commit

Permalink
feat: make Button darker when active
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Aug 21, 2022
1 parent beca67b commit b57f214
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/client/src/components/atom/Button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
@apply brightness-90 shadow-lg;
}
a:active {
@apply brightness-75 shadow-md;
}
:global(.btn-icon path:not([fill="none"])) {
fill: currentColor;
}
Expand Down

0 comments on commit b57f214

Please sign in to comment.