Skip to content

Commit bc82b28

Browse files
author
soheil
committed
Set the size of icons
1 parent a9ee9ae commit bc82b28

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
@@ -61,7 +61,7 @@ const StakingComparison: React.FC<IProps> = ({ page, className }) => {
6161
eventName: "clicked staking as a service",
6262
},
6363
color: stakingGreen,
64-
glyph: <Icon as={SaasGlyph} color="stakingGreen" boxSize="50px" />,
64+
glyph: <Icon as={SaasGlyph} color="stakingGreen" w="50px" h="28px" />,
6565
}
6666
const pools: DataType = {
6767
title: "page-staking-dropdown-pools",
@@ -73,7 +73,7 @@ const StakingComparison: React.FC<IProps> = ({ page, className }) => {
7373
eventName: "clicked pooled staking",
7474
},
7575
color: stakingBlue,
76-
glyph: <Icon as={PoolGlyph} color="stakingBlue" boxSize="50px" />,
76+
glyph: <Icon as={PoolGlyph} color="stakingBlue" w="50px" h="39px" />,
7777
}
7878
const data: {
7979
[key in StakingTypePage]: (DataType & {

0 commit comments

Comments
 (0)