Skip to content

Commit 2c1a0b4

Browse files
committed
fix(theme): brand theme for org
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
1 parent 0e4c6d7 commit 2c1a0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/Markdown/style.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { styled } from '@mui/material';
22
import { text } from '../../theme/colors/colors';
33

44
export const StyledMarkdown = styled('a')(({ theme }) => ({
5-
color: theme.palette.text.brand,
5+
color: theme.palette.background.brand?.default,
66
textDecoration: 'none',
77
'&:hover': {
88
textDecoration: 'underline'

0 commit comments

Comments
 (0)