1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 05:25:24 +02:00

Fix transaction form account pre-filling and form styles

This commit is contained in:
Zach Gollwitzer 2025-05-02 08:45:17 -04:00
parent a1d64d6c2e
commit 752835f492
3 changed files with 9 additions and 9 deletions

View file

@ -330,7 +330,7 @@
}
.form-field__input {
@apply border-none bg-transparent text-sm opacity-100 w-full p-0;
@apply text-primary border-none bg-transparent 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;