fix(css): rename form-input to form-input-area (#2613)

This commit is contained in:
TheCatLady
2022-03-14 03:24:39 -04:00
committed by GitHub
parent 1f964b576a
commit 086f0b6ce2
29 changed files with 130 additions and 130 deletions

View File

@@ -227,7 +227,7 @@
@apply mt-6 max-w-6xl sm:mt-5 sm:grid sm:grid-cols-3 sm:items-start sm:gap-4;
}
.form-input {
.form-input-area {
@apply text-sm text-white sm:col-span-2;
}