File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,11 @@ export const ChooseRecoveryMethod: VFC = () => {
70
70
>
71
71
< Flex p = "$16" gap = "$24" justifyContent = "space-between" className = { styles . pointer } >
72
72
< Flex flexDirection = "column" >
73
- < Flex mb = "$8" > { optionElement } </ Flex >
73
+ < Flex mb = "$8" >
74
+ < Text . Body . Normal weight = "$medium" color = "primary" data-testid = "mnemonic-words-label" >
75
+ { optionElement }
76
+ </ Text . Body . Normal >
77
+ </ Flex >
74
78
< Box pl = "$40" >
75
79
< Text . Body . Normal weight = "$medium" color = "secondary" data-testid = "mnemonic-words-description" >
76
80
{ i18n . t ( 'paperWallet.chooseRecoveryMethod.mnemonicDescription' ) }
@@ -101,7 +105,11 @@ export const ChooseRecoveryMethod: VFC = () => {
101
105
< Flex p = "$16" gap = "$24" justifyContent = "space-between" className = { styles . pointer } >
102
106
< Flex flexDirection = "column" >
103
107
< Flex mb = "$8" gap = "$8" alignItems = "center" >
104
- < Flex > { optionElement } </ Flex >
108
+ < Flex >
109
+ < Text . Body . Normal weight = "$medium" color = "primary" data-testid = "paper-wallet-label" >
110
+ { optionElement }
111
+ </ Text . Body . Normal >
112
+ </ Flex >
105
113
< Text . Body . Small className = { styles . advancedBadge } data-testid = "paper-wallet-advanced-badge" >
106
114
{ i18n . t ( 'paperWallet.chooseRecoveryMethod.advanced' ) }
107
115
</ Text . Body . Small >
Original file line number Diff line number Diff line change @@ -77,7 +77,11 @@ export const ChooseRestoreMethod: VFC = () => {
77
77
>
78
78
< Flex p = "$16" gap = "$24" justifyContent = "space-between" className = { styles . pointer } >
79
79
< Flex flexDirection = "column" >
80
- < Flex mb = "$8" > { optionElement } </ Flex >
80
+ < Flex mb = "$8" >
81
+ < Text . Body . Normal weight = "$medium" color = "primary" data-testid = "mnemonic-words-label" >
82
+ { optionElement }
83
+ </ Text . Body . Normal >
84
+ </ Flex >
81
85
< Box pl = "$40" >
82
86
< Text . Body . Normal weight = "$medium" color = "secondary" data-testid = "mnemonic-words-description" >
83
87
{ i18n . t ( 'paperWallet.chooseRecoveryMethod.mnemonicDescription' ) }
@@ -108,7 +112,9 @@ export const ChooseRestoreMethod: VFC = () => {
108
112
< Flex p = "$16" gap = "$24" justifyContent = "space-between" className = { styles . pointer } >
109
113
< Flex flexDirection = "column" >
110
114
< Flex mb = "$8" gap = "$8" alignItems = "center" >
111
- { optionElement }
115
+ < Text . Body . Normal weight = "$medium" color = "primary" data-testid = "paper-wallet-label" >
116
+ { optionElement }
117
+ </ Text . Body . Normal >
112
118
</ Flex >
113
119
< Box pl = "$40" >
114
120
< Text . Body . Normal weight = "$medium" color = "secondary" data-testid = "paper-wallet-description" >
You can’t perform that action at this time.
0 commit comments