Add input base styles
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
tobias 2024-05-19 21:07:09 +02:00
parent e3f725bf5c
commit 200bfcce2a

View File

@ -101,6 +101,10 @@
}
select {
@apply bg-background border-primary border px-2 py-1 text-lg;
@apply bg-background border-primary border px-2 h-8 text-lg;
}
input {
@apply bg-background border-primary border px-2 h-8 text-lg;
}
}