We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ab37af + 9f482df commit 51448beCopy full SHA for 51448be
1 file changed
src/custom/StyledChapter/StyledChapter.tsx
@@ -15,7 +15,7 @@ const StyledChapter = styled('div')(({ theme }) => ({
15
},
16
17
'& a': {
18
- color: theme.palette.background.default,
+ color: theme.palette.background.brand?.default,
19
textDecoration: 'none'
20
21
'& pre': {
0 commit comments