We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9a302e + a8e8562 commit 09366aaCopy full SHA for 09366aa
src/custom/Markdown/style.tsx
@@ -2,7 +2,7 @@ import { styled } from '@mui/material';
2
import { text } from '../../theme/colors/colors';
3
4
export const StyledMarkdown = styled('a')(({ theme }) => ({
5
- color: theme.palette.text.brand,
+ color: theme.palette.background.brand?.default,
6
textDecoration: 'none',
7
'&:hover': {
8
textDecoration: 'underline'
0 commit comments