Skip to content

Commit 30e9f74

Browse files
fix(staking-product-card-grid): remove font weight
1 parent f90e588 commit 30e9f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Staking/StakingProductsCardGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const StakingProductCard: React.FC<ICardProps> = ({
257257
maxH={24}
258258
>
259259
{!!Svg && <Icon as={Svg} fontSize="2rem" />}
260-
<Heading fontSize="2xl" color="white" fontWeight="normal">
260+
<Heading fontSize="2xl" color="white">
261261
{name}
262262
</Heading>
263263
</HStack>

0 commit comments

Comments
 (0)