Skip to content

Commit 8ecd67b

Browse files
committed
fix title colors
1 parent f3adf12 commit 8ecd67b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/layout/Landing/Section1.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const Section1 = () => {
9191
<StyledImageWrapper>
9292
<Image src="/assets/step1-visual.png" pos="relative" w="100%" alt="upload" />
9393
</StyledImageWrapper>
94-
<Title ta="center" order={3}>
94+
<Title ta="center" c="black" order={3}>
9595
Upload your data
9696
</Title>
9797
<Text ta="center" c="gray.7">
@@ -111,7 +111,7 @@ export const Section1 = () => {
111111
<StyledImageWrapper>
112112
<Image src="/assets/step2-visual.png" pos="relative" w="100%" alt="visualize" />
113113
</StyledImageWrapper>
114-
<Title ta="center" order={3}>
114+
<Title ta="center" c="black" order={3}>
115115
Visualize your JSON
116116
</Title>
117117
<Text ta="center" c="gray.7">
@@ -132,7 +132,7 @@ export const Section1 = () => {
132132
<StyledImageWrapper>
133133
<Image src="/assets/step3-visual.png" pos="relative" w="100%" alt="export image" />
134134
</StyledImageWrapper>
135-
<Title ta="center" order={3}>
135+
<Title ta="center" c="black" order={3}>
136136
Export to image
137137
</Title>
138138
<Text ta="center" c="gray.7">

0 commit comments

Comments
 (0)