Skip to content

Commit

Permalink
Merge pull request #712 from rishabhsharma1997/master
Browse files Browse the repository at this point in the history
chore: using code token
  • Loading branch information
captain-Akshay committed Aug 8, 2024
2 parents 51448be + ecbedd1 commit 68a1ff7
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 68a1ff7

Please sign in to comment.