editor(mobile): do not override background color

This commit is contained in:
Abdullah Atta
2023-08-03 13:21:28 +05:00
parent fbf56f2663
commit a45a960bfd

View File

@@ -81,7 +81,6 @@ export const EmotionEditorTheme = (props: PropsWithChildren<any>) => {
}),
[colors, isDark]
);
theme.colors.background = colors.primary.background || "#f0f0f0";
theme.space = [0, 10, 12, 20];
return (
<EmotionThemeProvider theme={theme}>{props.children}</EmotionThemeProvider>