File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const StyledMarkdown = styled('a')(({ theme }) => ({
12
12
13
13
export const StyledMarkdownP = styled ( 'p' ) ( ( { theme } ) => ( {
14
14
color : theme . palette . text . default ,
15
+ marginBlock : '0px' ,
15
16
...theme . typography . textB1Regular
16
17
} ) ) ;
17
18
@@ -61,10 +62,12 @@ export const StyledMarkdownLi = styled('li')(({ theme }) => ({
61
62
62
63
export const StyledMarkdownTh = styled ( 'th' ) ( ( { theme } ) => ( {
63
64
color : theme . palette . text . default ,
64
- ...theme . typography . textH3Medium
65
+ ...theme . typography . textH3Medium ,
66
+ marginBlock : '0px'
65
67
} ) ) ;
66
68
67
69
export const StyledMarkdownTd = styled ( 'td' ) ( ( { theme } ) => ( {
68
70
color : theme . palette . text . default ,
71
+ marginBlock : '0px' ,
69
72
...theme . typography . textB1Regular
70
73
} ) ) ;
You can’t perform that action at this time.
0 commit comments