fix: text colors on dark theme

This commit is contained in:
AykutSarac 2024-11-12 17:29:27 +03:00
parent 8dab86b054
commit ed87222874
No known key found for this signature in database

View File

@ -87,6 +87,7 @@ export const Section1 = () => {
}} }}
maw={500} maw={500}
order={2} order={2}
c="gray.9"
> >
Don't waste time with JSON formatters Don't waste time with JSON formatters
</Title> </Title>
@ -101,6 +102,7 @@ export const Section1 = () => {
}} }}
fw={500} fw={500}
component={SimpleGrid} component={SimpleGrid}
c="gray.8"
icon={<LuBadgeCheck size="20" />} icon={<LuBadgeCheck size="20" />}
> >
<SimpleGrid w="fit-content" cols={2}> <SimpleGrid w="fit-content" cols={2}>