Skip to content

Commit 68a1ff7

Browse files
Merge pull request #712 from rishabhsharma1997/master
chore: using code token
2 parents 51448be + ecbedd1 commit 68a1ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/StyledChapter/StyledChapter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const StyledChapter = styled('div')(({ theme }) => ({
3636
margin: '0',
3737
fontSize: '85%',
3838
wordBreak: 'normal',
39-
backgroundColor: theme.palette.background.secondary,
39+
backgroundColor: theme.palette.background.code,
4040
borderRadius: '.25rem'
4141
}
4242
}));

0 commit comments

Comments
 (0)