From 74727c2f23a3abe60e2cea4d5186a1ae5af0218e Mon Sep 17 00:00:00 2001 From: noumantahir Date: Fri, 7 Oct 2022 10:39:45 +0500 Subject: [PATCH] updated toolbar extension inidicator color --- src/components/markdownEditor/styles/editorToolbarStyles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/markdownEditor/styles/editorToolbarStyles.ts b/src/components/markdownEditor/styles/editorToolbarStyles.ts index 616825af2..f03dc5b7e 100644 --- a/src/components/markdownEditor/styles/editorToolbarStyles.ts +++ b/src/components/markdownEditor/styles/editorToolbarStyles.ts @@ -72,7 +72,7 @@ export default EStyleSheet.create({ indicator: { height: 8, width: 44, - backgroundColor: '$primaryWhiteLightBackground', + backgroundColor: '$primaryLightBackground', borderRadius: 8, margin: 8, alignSelf: 'center'