Skip to content

Commit

Permalink
fix: define font for linting messages
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Mar 8, 2022
1 parent 1399dd8 commit 8a5456f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/components/modes/codemode/CodeMode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
:global(.cm-gutters) {
background: $very-light-gray;
}

:global(.cm-diagnostic) {
font-size: $font-size;
font-family: $font-family;
}
}

.loading-space {
Expand Down

0 comments on commit 8a5456f

Please sign in to comment.