File tree 2 files changed +4
-3
lines changed
packages/app/features/send
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ export function SendAmountForm() {
213
213
theme = "green"
214
214
onPress = { submit }
215
215
py = { '$5' }
216
- br = { '$3 ' }
216
+ br = { '$4 ' }
217
217
mb = { '$6' }
218
218
disabledStyle = { { opacity : 0.5 } }
219
219
disabled = { ! canSubmit }
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ export function SendConfirm() {
230
230
< YStack
231
231
f = { 1 }
232
232
jc = { 'space-between' }
233
+ pb = { '$4' }
233
234
$gtLg = { {
234
235
display : 'flex' ,
235
236
maxWidth : '50%' ,
@@ -354,11 +355,11 @@ export function SendConfirm() {
354
355
< Button
355
356
theme = { canSubmit ? 'green' : 'red_alt1' }
356
357
onPress = { onSubmit }
357
- br = { '$3 ' }
358
+ br = { '$4 ' }
358
359
disabledStyle = { { opacity : 0.7 , cursor : 'not-allowed' , pointerEvents : 'none' } }
359
360
disabled = { ! canSubmit || isTransferPending || ! ! sentTxHash }
360
361
gap = { 4 }
361
- mb = { '$8 ' }
362
+ mb = { '$6 ' }
362
363
py = { '$5' }
363
364
width = { '100%' }
364
365
>
You can’t perform that action at this time.
0 commit comments