From a45a960bfd772e4227c52cb6e032ca42d2bc773b Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Thu, 3 Aug 2023 13:21:28 +0500 Subject: [PATCH] editor(mobile): do not override background color --- packages/editor-mobile/src/theme-factory/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/editor-mobile/src/theme-factory/index.tsx b/packages/editor-mobile/src/theme-factory/index.tsx index 6fe353908..b248e6de8 100644 --- a/packages/editor-mobile/src/theme-factory/index.tsx +++ b/packages/editor-mobile/src/theme-factory/index.tsx @@ -81,7 +81,6 @@ export const EmotionEditorTheme = (props: PropsWithChildren) => { }), [colors, isDark] ); - theme.colors.background = colors.primary.background || "#f0f0f0"; theme.space = [0, 10, 12, 20]; return ( {props.children}