File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
overflow-y : scroll ;
23
23
padding : 0 ;
24
24
scrollbar-width : none ;
25
- font-family : ' Helvetica Neue ' ;
25
+ font-family : inherit ;
26
26
font-size : inherit ;
27
27
line-height : 1.15 ;
28
28
box-sizing : border-box ;
Original file line number Diff line number Diff line change 13
13
padding : 0.55em 1.4em ;
14
14
cursor : pointer ;
15
15
color : #4a90e2 ;
16
- font-family : " Helvetica Neue " ;
16
+ font-family : inherit ;
17
17
transition : background 150ms ease-in-out ;
18
18
line-height : 1.15 ;
19
19
}
Original file line number Diff line number Diff line change 25
25
cursor : pointer ;
26
26
color : inherit ;
27
27
line-height : 1.15 ;
28
- font-family : ' Helvetica Neue ' ;
28
+ font-family : inherit ;
29
29
}
30
30
31
31
button :hover {
Original file line number Diff line number Diff line change @@ -6,33 +6,33 @@ export const extensionInstallMessage = (helpers: {
6
6
7
7
if ( currentWallet ) {
8
8
return `
9
- <p style="font-size: 0.889rem; font-family: Helvetica Neue ; margin: 0.889rem 0;">
9
+ <p style="font-size: 0.889rem; font-family: inherit ; margin: 0.889rem 0;">
10
10
We have detected that you already have
11
11
<b>${ currentWallet } </b>
12
12
installed. If you would prefer to use
13
13
<b>${ selectedWallet } </b>
14
14
instead, then click below to install.
15
15
</p>
16
- <p style="font-size: 0.889rem; font-family: Helvetica Neue ; margin: 0.889rem 0;">
16
+ <p style="font-size: 0.889rem; font-family: inherit ; margin: 0.889rem 0;">
17
17
<b>Tip:</b>
18
18
If you already have ${ selectedWallet } installed, check your
19
19
browser extension settings to make sure that you have it enabled
20
20
and that you have disabled any other browser extension wallets.
21
21
<span
22
22
class="bn-onboard-clickable"
23
- style="color: #4a90e2; font-size: 0.889rem; font-family: Helvetica Neue ;"
23
+ style="color: #4a90e2; font-size: 0.889rem; font-family: inherit ;"
24
24
onclick="window.location.reload();">
25
25
Then refresh the page.
26
26
</span>
27
27
</p>
28
28
`
29
29
} else {
30
30
return `
31
- <p style="font-size: 0.889rem; font-family: Helvetica Neue ; margin: 0.889rem 0;">
31
+ <p style="font-size: 0.889rem; font-family: inherit ; margin: 0.889rem 0;">
32
32
You'll need to install <b>${ selectedWallet } </b> to continue. Once you have it installed, go ahead and
33
33
<span
34
34
class="bn-clickable"
35
- style="color: #4a90e2; font-size: 0.889rem; font-family: Helvetica Neue ;"
35
+ style="color: #4a90e2; font-size: 0.889rem; font-family: inherit ;"
36
36
onclick={window.location.reload();}>
37
37
refresh the page.
38
38
</span>
Original file line number Diff line number Diff line change 216
216
/* .bn-onboard-prepare-description */
217
217
p {
218
218
font-size : 0.889em ;
219
- font-family : ' Helvetica Neue ' ;
219
+ font-family : inherit ;
220
220
margin : 1em 0 ;
221
221
}
222
222
Original file line number Diff line number Diff line change 174
174
p {
175
175
font-size : 0.889em ;
176
176
margin : 1.6em 0 0 0 ;
177
- font-family : ' Helvetica Neue ' ;
177
+ font-family : inherit ;
178
178
}
179
179
180
180
/* .bn-onboard-select-info-container */
You can’t perform that action at this time.
0 commit comments