Skip to content

Commit 1c1f103

Browse files
committed
fix: remove bottom margin from product name
fixes alignment of product name with product icon
1 parent 0c9db3c commit 1c1f103

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
@@ -213,7 +213,7 @@ const StakingProductCard: React.FC<ICardProps> = ({
213213
maxH={24}
214214
>
215215
{!!Svg && <Icon as={Svg} fontSize="2rem" color="white" />}
216-
<OldHeading fontSize="2xl" color="white">
216+
<OldHeading fontSize="2xl" color="white" mb={0}>
217217
{name}
218218
</OldHeading>
219219
</HStack>

0 commit comments

Comments
 (0)