1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +02:00

Fix select contrast issues in dark mode forms

This commit is contained in:
Zach Gollwitzer 2025-05-07 10:23:06 -04:00
parent fb7107d614
commit 2b2dfd03e0

View file

@ -339,7 +339,7 @@
}
.form-field__input {
@apply text-primary border-none bg-transparent text-sm opacity-100 w-full p-0;
@apply text-primary border-none bg-container text-sm opacity-100 w-full p-0;
@apply focus:opacity-100 focus:outline-hidden focus:ring-0;
@apply placeholder-shown:opacity-50;
@apply disabled:text-subdued;
@ -357,8 +357,6 @@
cursor: pointer;
}
}
}
.form-field__radio {