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:
parent
69e95ddee4
commit
f70780c93a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue