fix selector colors

This commit is contained in:
Alex Turchyn
2024-10-10 19:49:31 +03:00
committed by Oleksandr Turchyn
parent c258915031
commit 77261f457c
6 changed files with 18 additions and 9 deletions
-4
View File
@@ -31,10 +31,6 @@ button[disabled] .enabled {
display: none;
}
select:required:invalid {
@apply text-gray-300;
}
.input-bordered {
@apply border-base-content/20;
}