Skip to content

Commit

Permalink
feat #231 - Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Mar 16, 2021
1 parent 5abc639 commit 4b8fe46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Code/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ export const useStyles = createUseStyles({
[`.${dark}`]: {
[`& ${preCodeSelector}`]: {
'& .line-numbers-rows': generateThemedLineNumStyles(dark),
[codeSelector]: {
...generateThemedPreCodeStyles(dark)
},
[codeSelector]: generateThemedPreCodeStyles(dark),
...generateThemedCodeStyles(dark)
}
}
Expand Down

0 comments on commit 4b8fe46

Please sign in to comment.