Skip to content

Commit 51448be

Browse files
Merge pull request #711 from rishabhsharma1997/master
chore: using brand colors
2 parents 3ab37af + 9f482df commit 51448be

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
@@ -15,7 +15,7 @@ const StyledChapter = styled('div')(({ theme }) => ({
1515
},
1616

1717
'& a': {
18-
color: theme.palette.background.default,
18+
color: theme.palette.background.brand?.default,
1919
textDecoration: 'none'
2020
},
2121
'& pre': {

0 commit comments

Comments
 (0)