File tree 10 files changed +24
-23
lines changed
ui/pages/confirmations/components/confirm/info
base-transaction-info/__snapshots__
native-transfer/__snapshots__
nft-token-transfer/__snapshots__
set-approval-for-all-info/__snapshots__
edit-gas-fees-row/__snapshots__
gas-fees-section/__snapshots__
token-transfer/__snapshots__
10 files changed +24
-23
lines changed Original file line number Diff line number Diff line change @@ -280,9 +280,9 @@ exports[`Info renders info section for approve request 1`] = `
280
280
$0.08
281
281
</p >
282
282
<div
283
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
283
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
284
284
data-testid = " selected-gas-fee-token"
285
- style = " cursor: default;"
285
+ style = " cursor: default; padding-inline-end: 6px; "
286
286
>
287
287
<div
288
288
class = " mm-box"
@@ -619,9 +619,9 @@ exports[`Info renders info section for contract interaction request 1`] = `
619
619
$0.04
620
620
</p >
621
621
<div
622
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
622
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
623
623
data-testid = " selected-gas-fee-token"
624
- style = " cursor: default;"
624
+ style = " cursor: default; padding-inline-end: 6px; "
625
625
>
626
626
<div
627
627
class = " mm-box"
@@ -1082,9 +1082,9 @@ exports[`Info renders info section for setApprovalForAll request 1`] = `
1082
1082
$0.08
1083
1083
</p >
1084
1084
<div
1085
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
1085
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
1086
1086
data-testid = " selected-gas-fee-token"
1087
- style = " cursor: default;"
1087
+ style = " cursor: default; padding-inline-end: 6px; "
1088
1088
>
1089
1089
<div
1090
1090
class = " mm-box"
Original file line number Diff line number Diff line change @@ -346,9 +346,9 @@ exports[`<ApproveInfo /> renders component for approve request 1`] = `
346
346
0.0001
347
347
</p >
348
348
<div
349
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
349
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
350
350
data-testid = " selected-gas-fee-token"
351
- style = " cursor: default;"
351
+ style = " cursor: default; padding-inline-end: 6px; "
352
352
>
353
353
<div
354
354
class = " mm-box"
Original file line number Diff line number Diff line change @@ -262,9 +262,9 @@ exports[`<BaseTransactionInfo /> renders component for contract interaction requ
262
262
$0.04
263
263
</p >
264
264
<div
265
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
265
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
266
266
data-testid = " selected-gas-fee-token"
267
- style = " cursor: default;"
267
+ style = " cursor: default; padding-inline-end: 6px; "
268
268
>
269
269
<div
270
270
class = " mm-box"
Original file line number Diff line number Diff line change @@ -412,9 +412,9 @@ exports[`NativeTransferInfo renders correctly 1`] = `
412
412
$0.08
413
413
</p >
414
414
<div
415
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
415
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
416
416
data-testid = " selected-gas-fee-token"
417
- style = " cursor: default;"
417
+ style = " cursor: default; padding-inline-end: 6px; "
418
418
>
419
419
<div
420
420
class = " mm-box"
Original file line number Diff line number Diff line change @@ -442,9 +442,9 @@ exports[`NFTTokenTransferInfo renders correctly 1`] = `
442
442
$0.08
443
443
</p >
444
444
<div
445
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
445
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
446
446
data-testid = " selected-gas-fee-token"
447
- style = " cursor: default;"
447
+ style = " cursor: default; padding-inline-end: 6px; "
448
448
>
449
449
<div
450
450
class = " mm-box"
Original file line number Diff line number Diff line change @@ -282,9 +282,9 @@ exports[`<SetApprovalForAllInfo /> renders component for approve request 1`] = `
282
282
$0.08
283
283
</p >
284
284
<div
285
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
285
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
286
286
data-testid = " selected-gas-fee-token"
287
- style = " cursor: default;"
287
+ style = " cursor: default; padding-inline-end: 6px; "
288
288
>
289
289
<div
290
290
class = " mm-box"
Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ exports[`<EditGasFeesRow /> renders component 1`] = `
73
73
</div >
74
74
</div >
75
75
<div
76
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
76
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
77
77
data-testid = " selected-gas-fee-token"
78
- style = " cursor: default;"
78
+ style = " cursor: default; padding-inline-end: 6px; "
79
79
>
80
80
<div
81
81
class = " mm-box"
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ exports[`<GasFeesSection /> renders component for gas fees section 1`] = `
68
68
$0.04
69
69
</p >
70
70
<div
71
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
71
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
72
72
data-testid = " selected-gas-fee-token"
73
- style = " cursor: default;"
73
+ style = " cursor: default; padding-inline-end: 6px; "
74
74
>
75
75
<div
76
76
class = " mm-box"
Original file line number Diff line number Diff line change @@ -59,10 +59,11 @@ export function SelectedGasFeeToken() {
59
59
borderRadius = { BorderRadius . pill }
60
60
display = { Display . InlineFlex }
61
61
alignItems = { AlignItems . center }
62
- paddingInline = { 2 }
62
+ paddingInlineStart = { 1 }
63
63
gap = { 1 }
64
64
style = { {
65
65
cursor : hasGasFeeTokens ? 'pointer' : 'default' ,
66
+ paddingInlineEnd : '6px' ,
66
67
} }
67
68
>
68
69
< GasFeeTokenIcon
Original file line number Diff line number Diff line change @@ -423,9 +423,9 @@ exports[`TokenTransferInfo renders correctly 1`] = `
423
423
$0.08
424
424
</p >
425
425
<div
426
- class = " mm-box mm-box--padding-inline-2 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
426
+ class = " mm-box mm-box--padding-inline-start-1 mm-box--display-inline-flex mm-box--gap-1 mm-box--align-items-center mm-box--background-color-background-alternative mm-box--rounded-pill"
427
427
data-testid = " selected-gas-fee-token"
428
- style = " cursor: default;"
428
+ style = " cursor: default; padding-inline-end: 6px; "
429
429
>
430
430
<div
431
431
class = " mm-box"
You can’t perform that action at this time.
0 commit comments