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 {