Skip to content

Commit

Permalink
frontend: increase confirm send width
Browse files Browse the repository at this point in the history
Previous size was a bit too small causing selected coins to
be broken into two lines. We increase the size so it stays in
one line.
  • Loading branch information
shonsirsha committed Jan 20, 2025
1 parent 690e155 commit e439a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const BB02ConfirmSend = ({


return (
<View fullscreen width="740px">
<View fullscreen width="840px">
<ViewHeader title={<div className={style.title}>{t('send.confirm.title')}</div>} />
<ViewContent>
<Message type="info">
Expand Down

0 comments on commit e439a05

Please sign in to comment.