mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
editor(mobile): do not override background color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user