Skip to content

Commit

Permalink
chore: using code token
Browse files Browse the repository at this point in the history
Signed-off-by: rishabhsharma1997 <[email protected]>
  • Loading branch information
rishabhsharma1997 committed Aug 8, 2024
1 parent 9f482df commit ecbedd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/StyledChapter/StyledChapter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const StyledChapter = styled('div')(({ theme }) => ({
margin: '0',
fontSize: '85%',
wordBreak: 'normal',
backgroundColor: theme.palette.background.secondary,
backgroundColor: theme.palette.background.code,
borderRadius: '.25rem'
}
}));
Expand Down

0 comments on commit ecbedd1

Please sign in to comment.