We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a304901 + aa2ee0b commit 4aad9f7Copy full SHA for 4aad9f7
src/custom/Markdown/style.tsx
@@ -12,6 +12,7 @@ export const StyledMarkdown = styled('a')(({ theme }) => ({
12
13
export const StyledMarkdownP = styled('p')(({ theme }) => ({
14
color: theme.palette.text.default,
15
+ marginBlock: '0px',
16
...theme.typography.textB1Regular
17
}));
18
@@ -61,10 +62,12 @@ export const StyledMarkdownLi = styled('li')(({ theme }) => ({
61
62
63
export const StyledMarkdownTh = styled('th')(({ theme }) => ({
64
- ...theme.typography.textH3Medium
65
+ ...theme.typography.textH3Medium,
66
+ marginBlock: '0px'
67
68
69
export const StyledMarkdownTd = styled('td')(({ theme }) => ({
70
71
72
73
0 commit comments