update daisyui, fix UI

This commit is contained in:
Alex Turchyn
2023-06-22 22:50:47 +03:00
parent 92e05ae8e9
commit ac5d0c8cc3
10 changed files with 48 additions and 22 deletions
+12
View File
@@ -35,6 +35,18 @@ select:required:invalid {
@apply text-gray-300;
}
.input-bordered {
@apply border-base-content/20;
}
.select-bordered {
@apply border-base-content/20;
}
.textarea-bordered {
@apply border-base-content/20;
}
.btn {
@apply no-animation;
}