fix: create event time/date allignment

This commit is contained in:
JonFreer 2023-08-11 14:09:26 +01:00 committed by Thomas Citharel
parent 027013eba3
commit 3de90a3c73
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -86,7 +86,7 @@ body {
/* Input */ /* Input */
.input { .input {
@apply appearance-none border w-full py-2 px-3 text-black leading-tight dark:bg-zinc-600 dark:placeholder:text-zinc-400 dark:text-zinc-50; @apply appearance-none box-border border w-full py-2 px-3 text-black leading-tight dark:bg-zinc-600 dark:placeholder:text-zinc-400 dark:text-zinc-50;
} }
.input-danger { .input-danger {
@apply border-red-500; @apply border-red-500;