From 64b2830b5bb30ab2fcd6ade5aafb16419b516efd Mon Sep 17 00:00:00 2001 From: Kirill Eremin Date: Thu, 24 Oct 2019 23:37:17 +0300 Subject: [PATCH] fix --- .../app/components/input/_theme/_dark/input_theme_dark.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/app/components/input/_theme/_dark/input_theme_dark.scss b/frontend/app/components/input/_theme/_dark/input_theme_dark.scss index ba20e6ea..4a0c1e73 100644 --- a/frontend/app/components/input/_theme/_dark/input_theme_dark.scss +++ b/frontend/app/components/input/_theme/_dark/input_theme_dark.scss @@ -27,9 +27,9 @@ } .input__preview { - border-color: #eee; - background: #fff; - color: #333; + border-color: #22201c; + background: #22201c; + color: #ddd; } .input__preview-wrapper {