ui: fixes

This commit is contained in:
Andras Bacsai
2022-08-31 15:17:18 +02:00
parent be16f76034
commit a690cc5564
3 changed files with 4 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ label {
@apply inline-block w-64 text-xs tracking-tight md:text-sm;
}
.btn {
@apply text-white text-base min-w-fit h-12;
@apply text-white text-base min-w-fit;
}
a {