From f5f3018945d7462875d0cbf70c12b8086c7eabc3 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', }, });