Skip to content

Commit 8115e9b

Browse files
authored
fix: [lw-11755] adjust height of assets list in send flow (#1494)
1 parent d3a5ba7 commit 8115e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nami/src/ui/app/pages/send.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ const Send = ({
591591
<Scrollbars
592592
style={{
593593
width: '100%',
594-
height: '200px',
594+
height: '170px',
595595
}}
596596
>
597597
<Box

0 commit comments

Comments
 (0)