Merge pull request #453 from StaroKep/fix/452_dark-theme-shows-white-preview

Dark theme shows white preview #453
This commit is contained in:
Umputun
2019-10-24 15:56:21 -05:00
committed by GitHub
@@ -27,9 +27,9 @@
}
.input__preview {
border-color: #eee;
background: #fff;
color: #333;
border-color: #22201c;
background: #22201c;
color: #ddd;
}
.input__preview-wrapper {