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:
parent
fb7107d614
commit
2b2dfd03e0
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue