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.
2 parents 2c107a7 + 88f0dd7 commit 9e704abCopy full SHA for 9e704ab
src/components/MdComponents.tsx
@@ -133,7 +133,7 @@ export const Pre = (props: ChildOnlyProp) => (
133
)
134
135
export const Paragraph = (props: ChildOnlyProp) => (
136
- <Text color="text300" mt={8} mb={4} {...props} />
+ <Text mt={8} mb={4} {...props} />
137
138
139
export const HR = () => (
src/layouts/Docs.tsx
@@ -139,7 +139,7 @@ const OrderedList = (props: ListProps) => (
140
141
const ListItem = (props: ListItemProps) => (
142
- <ChakraListItem color="text300" {...props} />
+ <ChakraListItem {...props} />
143
144
145
// Apply styles for classes within markdown here
0 commit comments