Skip to content

Commit

Permalink
Merge pull request #711 from rishabhsharma1997/master
Browse files Browse the repository at this point in the history
chore: using brand colors
  • Loading branch information
captain-Akshay committed Aug 8, 2024
2 parents 3ab37af + 9f482df commit 51448be
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 @@ -15,7 +15,7 @@ const StyledChapter = styled('div')(({ theme }) => ({
},

'& a': {
color: theme.palette.background.default,
color: theme.palette.background.brand?.default,
textDecoration: 'none'
},
'& pre': {
Expand Down

0 comments on commit 51448be

Please sign in to comment.