mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
wip darkmode
This commit is contained in:
@@ -5,7 +5,12 @@ export function ElementCustomizePreviewContent() {
|
||||
const { PaperTemplate } = useElementCustomizeContext();
|
||||
|
||||
return (
|
||||
<Stack backgroundColor="#F5F5F5" overflow="auto" flex="1 1 0%" spacing={0}>
|
||||
<Stack
|
||||
backgroundColor="var(--color-element-customize-preview-background)"
|
||||
overflow="auto"
|
||||
flex="1 1 0%"
|
||||
spacing={0}
|
||||
>
|
||||
{PaperTemplate}
|
||||
</Stack>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user