Skip to content

Commit b085a92

Browse files
authored
style: del 4 space add 3 space and remove margin-botton
1 parent f653e04 commit b085a92

File tree

1 file changed

+2
-1
lines changed
  • src/components/Staking/StakingConsiderations

1 file changed

+2
-1
lines changed

src/components/Staking/StakingConsiderations/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ const StakingConsiderations = ({ page }: StakingConsiderationsProps) => {
9494
display="table"
9595
w="full"
9696
h={8}
97-
p="4"
97+
p="3"
98+
mb="0"
9899
_hover={activeStyles}
99100
position="relative"
100101
{...(idx === activeIndex

0 commit comments

Comments
 (0)