Task: Improve styles for small buttons

This commit is contained in:
Björn Fromme
2023-10-19 09:57:00 +02:00
parent 95bec0999b
commit 930a04037f
+1 -1
View File
@@ -3,7 +3,7 @@
}
.btn--small {
@apply py-1 px-2 rounded-sm;
@apply text-xs py-1 px-2 rounded-sm;
}
.btn--secondary {