Skip to content

Commit c60e7c5

Browse files
authored
Merge pull request #244 from json-schema-org/benjagm-list-style
List text is a different color from paragraph text
2 parents cfcf0f6 + f081245 commit c60e7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/StyledMarkdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const StyledMarkdownBlock = ({ markdown }: { markdown: string }) => {
174174
},
175175
li: {
176176
component: ({ children }) => (
177-
<li className='mt-1 leading-7'>
177+
<li className='mt-1 leading-7 text-slate-600'>
178178
{children}
179179
</li>
180180
)

0 commit comments

Comments
 (0)