Skip to content

Commit

Permalink
update btn because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Jun 2, 2023
1 parent 8ba1f67 commit 20094a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ blockquote.warning {
}

.btn {
@apply inline-flex items-center justify-center rounded bg-gradient-to-r from-accent-400 to-accent-500 px-4 py-2 text-sm font-medium text-white shadow;
@apply inline-flex select-none items-center justify-center rounded bg-gradient-to-r from-accent-400 to-accent-500 px-4 py-2 text-sm font-medium text-white shadow transition-transform duration-200 ease-in-out active:scale-95;
}

0 comments on commit 20094a6

Please sign in to comment.