Skip to content

Commit

Permalink
fix: [lw-11755] adjust height of assets list in send flow (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore authored Oct 29, 2024
1 parent d3a5ba7 commit 8115e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nami/src/ui/app/pages/send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ const Send = ({
<Scrollbars
style={{
width: '100%',
height: '200px',
height: '170px',
}}
>
<Box
Expand Down

0 comments on commit 8115e9b

Please sign in to comment.