Skip to content

Commit

Permalink
More button polish.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jun 28, 2024
1 parent 28fa5f9 commit f4b5bd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/Button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
font-family: var(--font);
font-weight: normal;
font-size: var(--normal-size);
color: var(--foreground);
border: none;
cursor: pointer;
white-space: nowrap;
Expand All @@ -50,7 +51,8 @@
}
button:active {
transform: scale(0.9, 0.9);
transform: scale(0.95, 0.95);
color: var(--foreground);
}
.end {
Expand Down

0 comments on commit f4b5bd0

Please sign in to comment.