Skip to content

Commit

Permalink
adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Apr 21, 2024
1 parent 140e947 commit 0bcc702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export default function Cast({ address, notVoted, previousVote, refIndex, setSte
</Grid>
<PButton
_ml={0}
_mt='50px'
_mt='125px'
_onClick={onCastVote}
_width={100}
disabled={goVoteDisabled}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function Info ({ address }: Props): React.ReactElement {
return (
<Grid alignItems='end' container item justifyItems='flex-end' sx={{ mt: '15px' }}>
<Infotip2 showInfoMark text={t('click to view')}>
<Typography fontSize='14px' onClick={onClick} sx={{ color: 'secondary.light', cursor: 'pointer', ml: '40px' }} width='100%'>
<Typography fontSize='14px' onClick={onClick} sx={{ color: 'secondary.light', cursor: 'pointer', ml: '30px' }} width='100%'>
{t('on-chain staking info')}
</Typography>
</Infotip2>
Expand Down

0 comments on commit 0bcc702

Please sign in to comment.