Skip to content

Commit

Permalink
fix: [lw-11749] adjust width for send btn (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore authored Oct 29, 2024
1 parent 4bfc718 commit dc8997c
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 @@ -630,7 +630,7 @@ const Send = ({
!address.error &&
!!(value.ada || value.assets.length > 0)
}
width={'366px'}
width={'326px'}
height={'50px'}
isDisabled={!tx || !address.result || !!fee.error}
colorScheme="orange"
Expand Down

0 comments on commit dc8997c

Please sign in to comment.