Skip to content

Commit 3ab37af

Browse files
Merge pull request #710 from rishabhsharma1997/master
chore: using brand colors
2 parents a247841 + 130212c commit 3ab37af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/custom/StyledChapter/StyledChapter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { styled } from '@mui/material';
2-
import { KEPPEL, SLATE_BLUE, TRANSPARENT_WHITE } from '../../theme';
2+
import { SLATE_BLUE, TRANSPARENT_WHITE } from '../../theme';
33

44
const StyledChapter = styled('div')(({ theme }) => ({
55
color: theme.palette.text.primary,
@@ -15,7 +15,7 @@ const StyledChapter = styled('div')(({ theme }) => ({
1515
},
1616

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

0 commit comments

Comments
 (0)