V Select hover theme color (#192)

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
formsdev
2023-09-08 21:58:10 +05:30
committed by GitHub
parent f82a8afe79
commit 61d02d4fb2
3 changed files with 15 additions and 5 deletions

View File

@@ -18,6 +18,10 @@ body.dark * {
@layer base {
:root {
--bg-form-color: #2563eb;
}
p, div {
@apply text-gray-900 dark:text-white;
}