Fix focus style for buttons

This commit is contained in:
Patrick Pacher 2024-03-29 09:37:20 +01:00
parent a148eb57a9
commit 4e4ad4437b
No known key found for this signature in database
GPG key ID: E8CD2DA160925A6D

View file

@ -7,6 +7,8 @@
@apply capitalize;
@apply rounded-sm;
@apply font-medium;
@apply focus:underline focus:underline-offset-4;
user-select: none;
outline: none;
cursor: pointer;