1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 23:45:21 +02:00

Use text-primary for all form-field__inputs

This commit is contained in:
hatz 2025-04-24 11:32:46 -05:00
parent 69e95ddee4
commit f70780c93a
No known key found for this signature in database

View file

@ -629,6 +629,7 @@
.form-field__input {
@apply border-none bg-transparent text-sm opacity-100 w-full p-0;
@apply text-primary;
@apply focus:opacity-100 focus:outline-hidden focus:ring-0;
@apply placeholder-shown:opacity-50;
@apply disabled:text-subdued;