Skip to content

Commit a9ee9ae

Browse files
author
soheil
committed
Headers font sizes
1 parent 8b95f6e commit a9ee9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Staking/StakingComparison.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const StakingComparison: React.FC<IProps> = ({ page, className }) => {
129129
mt={16}
130130
className={className}
131131
>
132-
<Heading>Comparison with other options</Heading>
132+
<Heading fontSize="2rem">Comparison with other options</Heading>
133133
{selectedData.map(
134134
({ title, linkText, to, color, content, glyph, matomo }, idx) => (
135135
<Flex gap={6} direction={{ base: "column", md: "row" }} key={idx}>
@@ -139,7 +139,7 @@ const StakingComparison: React.FC<IProps> = ({ page, className }) => {
139139
</VStack>
140140
)}
141141
<Box>
142-
<Heading as="h3" color={color} mt={0} mb={2}>
142+
<Heading as="h3" fontSize="2xl" color={color} mt={0} mb={2}>
143143
<Translation id={title} />
144144
</Heading>
145145
<Text>

0 commit comments

Comments
 (0)