Skip to content

Commit

Permalink
Merge pull request #153 from UCLA-IRL/varun/dark-rich
Browse files Browse the repository at this point in the history
fix: disable dark mode in rich doc
  • Loading branch information
zjkmxy authored Nov 17, 2024
2 parents 0cb536f + 87ea62b commit d3d6ec5
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" }}>

Check failure on line 206 in src/components/share-latex/rich-doc/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/components/share-latex/rich-doc/index.tsx#L206

Replace `"#FFFFFF"` with `'#FFFFFF'` (prettier/prettier)
<div id="editor" class={styles.editor} ref={setContainer} />
</CardContent>
</Card>
Expand Down

0 comments on commit d3d6ec5

Please sign in to comment.