Fix focus style for buttons

This commit is contained in:
Patrick Pacher
2024-03-29 09:37:20 +01:00
parent a148eb57a9
commit 4e4ad4437b

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;