Skip to content

Commit ecbedd1

Browse files
chore: using code token
Signed-off-by: rishabhsharma1997 <[email protected]>
1 parent 9f482df commit ecbedd1

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)