[#10593] Amount is hardly visible when appearance is set to dark, but system theme is light

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2020-05-07 09:31:21 +02:00
parent 2d1aad6654
commit 8fe279b9b0
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
:margin-vertical (if small-screen? 8 16)}
[react/text-input
{:style {:font-size (if small-screen? 24 38)
:color (when amount-error colors/red)
:color (if amount-error colors/red colors/black)
:flex-shrink 1}
:keyboard-type :numeric
:accessibility-label :amount-input