Skip to content

Commit

Permalink
fix: align issue at conviction amount in my vote
Browse files Browse the repository at this point in the history
  • Loading branch information
AMIRKHANEF committed Nov 2, 2024
1 parent ffa8f9d commit 40e24b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function MyVote ({ address, isFinished, notVoted, vote }: Props):
<Skeleton animation='wave' sx={{ borderRadius: '5px', display: 'inline-block', height: '20px', transform: 'none', width: '90%' }} />
</Grid>
: <Grid alignItems='center' container item justifyContent='space-between' sx={{ pt: '20px', px: '10%' }}>
<Grid container item xs={8}>
<Grid alignItems='center' container item xs={8}>
<Grid item sx={{ fontSize: '20px', fontWeight: 500 }}>
<ShowBalance api={api} balance={voteBalance as unknown as BN} decimal={decimal} decimalPoint={1} token={token} />
</Grid>
Expand Down

0 comments on commit 40e24b9

Please sign in to comment.