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:
parent
a1d64d6c2e
commit
752835f492
3 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue