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 75fbf0b commit 455ba52Copy full SHA for 455ba52
1 file changed
apps/landing/src/mdx-components.tsx
@@ -84,7 +84,14 @@ export const _components = {
84
},
85
th({ children }: { children: React.ReactNode }) {
86
return (
87
- <Text as="th" border="none" color="$captionBold" m="0">
+ <Text
88
+ as="th"
89
+ border="none"
90
+ color="$captionBold"
91
+ m="0"
92
+ px="20px"
93
+ py="14px"
94
+ >
95
{children}
96
</Text>
97
)
@@ -110,6 +117,8 @@ export const _components = {
110
117
border="none"
111
118
color="$text"
112
119
m="0"
120
121
113
122
typography="body"
114
123
whiteSpace="pre-wrap"
115
124
>
0 commit comments