modal fix

This commit is contained in:
Andras Bacsai
2023-12-06 16:32:40 +01:00
parent ceedd5225f
commit e5c860319f
4 changed files with 6 additions and 4 deletions

View File

@@ -17,6 +17,9 @@ button[isError] {
.main {
@apply pt-4 pl-24 pr-10 mx-auto;
}
.custom-modal {
@apply px-8 py-4 border bg-base-100 border-coolgray-200;
}
.label-text,
label {
@apply text-neutral-400;