Skip to content

Commit ed87222

Browse files
committed
fix: text colors on dark theme
1 parent 8dab86b commit ed87222

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/containers/Landing/Section1.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const Section1 = () => {
8787
}}
8888
maw={500}
8989
order={2}
90+
c="gray.9"
9091
>
9192
Don't waste time with JSON formatters
9293
</Title>
@@ -101,6 +102,7 @@ export const Section1 = () => {
101102
}}
102103
fw={500}
103104
component={SimpleGrid}
105+
c="gray.8"
104106
icon={<LuBadgeCheck size="20" />}
105107
>
106108
<SimpleGrid w="fit-content" cols={2}>

0 commit comments

Comments
 (0)