Skip to content

Commit

Permalink
[#53028] Set black font in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejWas committed Jan 9, 2024
1 parent ec38f48 commit 9a2d343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CodeMirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const CodeEditor = styled.div`
border: 0;
padding: 20px;
min-height: 500px;
color: black;
${props => adjust(props.$mode)}
Expand Down

0 comments on commit 9a2d343

Please sign in to comment.