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}