From 27707d5e0d48ab6a8cbf437ee946f9f214defc68 Mon Sep 17 00:00:00 2001 From: u-e Date: Wed, 3 Jul 2019 22:22:57 +0300 Subject: [PATCH] fixed bin icon dark theme color --- src/components/markdownEditor/view/markdownEditorStyles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/markdownEditor/view/markdownEditorStyles.js b/src/components/markdownEditor/view/markdownEditorStyles.js index 418821a73..41abdd607 100644 --- a/src/components/markdownEditor/view/markdownEditorStyles.js +++ b/src/components/markdownEditor/view/markdownEditorStyles.js @@ -60,6 +60,6 @@ export default EStyleSheet.create({ backgroundColor: '$primaryBlue', }, clearIcon: { - color: '$white', + color: '$primaryLightGray', }, });