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'