Skip to content

Commit

Permalink
fix: disable dark mode in rich doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Nov 16, 2024
1 parent 1e2c836 commit 87ea62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/share-latex/rich-doc/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default function RichDoc(props: {
</Stack>
</CardContent>
<Divider />
<CardContent sx={{ flex: 1 }}>
<CardContent sx={{ flex: 1, backgroundColor: "#FFFFFF" }}>
<div id="editor" class={styles.editor} ref={setContainer} />
</CardContent>
</Card>
Expand Down

0 comments on commit 87ea62b

Please sign in to comment.