We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51448be + ecbedd1 commit 68a1ff7Copy full SHA for 68a1ff7
1 file changed
src/custom/StyledChapter/StyledChapter.tsx
@@ -36,7 +36,7 @@ const StyledChapter = styled('div')(({ theme }) => ({
36
margin: '0',
37
fontSize: '85%',
38
wordBreak: 'normal',
39
- backgroundColor: theme.palette.background.secondary,
+ backgroundColor: theme.palette.background.code,
40
borderRadius: '.25rem'
41
}
42
}));
0 commit comments