Skip to content

Commit 995008a

Browse files
committed
Aligned buttons between screens
1 parent ca3ee49 commit 995008a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/app/features/send/SendAmountForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export function SendAmountForm() {
213213
theme="green"
214214
onPress={submit}
215215
py={'$5'}
216-
br={'$3'}
216+
br={'$4'}
217217
mb={'$6'}
218218
disabledStyle={{ opacity: 0.5 }}
219219
disabled={!canSubmit}

packages/app/features/send/confirm/screen.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ export function SendConfirm() {
230230
<YStack
231231
f={1}
232232
jc={'space-between'}
233+
pb={'$4'}
233234
$gtLg={{
234235
display: 'flex',
235236
maxWidth: '50%',
@@ -354,11 +355,11 @@ export function SendConfirm() {
354355
<Button
355356
theme={canSubmit ? 'green' : 'red_alt1'}
356357
onPress={onSubmit}
357-
br={'$3'}
358+
br={'$4'}
358359
disabledStyle={{ opacity: 0.7, cursor: 'not-allowed', pointerEvents: 'none' }}
359360
disabled={!canSubmit || isTransferPending || !!sentTxHash}
360361
gap={4}
361-
mb={'$8'}
362+
mb={'$6'}
362363
py={'$5'}
363364
width={'100%'}
364365
>

0 commit comments

Comments
 (0)