Skip to content

Commit 5261938

Browse files
committed
remove padding from Code component
1 parent 1a161d1 commit 5261938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Staking/StakingStatsBox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const Value: React.FC<{ children: ReactNode; title: string }> = ({
4848
fontSize="2rem"
4949
background="none"
5050
color="primary"
51+
p={0}
5152
>
5253
{children}
5354
</Code>

0 commit comments

Comments
 (0)