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.
1 parent 0e4c6d7 commit 2c1a0b4Copy full SHA for 2c1a0b4
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