Skip to content

Commit dc8997c

Browse files
authored
fix: [lw-11749] adjust width for send btn (#1491)
1 parent 4bfc718 commit dc8997c

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
@@ -630,7 +630,7 @@ const Send = ({
630630
!address.error &&
631631
!!(value.ada || value.assets.length > 0)
632632
}
633-
width={'366px'}
633+
width={'326px'}
634634
height={'50px'}
635635
isDisabled={!tx || !address.result || !!fee.error}
636636
colorScheme="orange"

0 commit comments

Comments
 (0)