Skip to content

Commit b84b199

Browse files
committed
Fix font-family on content for modals
1 parent 4657e5d commit b84b199

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/modules/ready/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function network(correctNetwork: number): WalletReadyModule {
1818
Number(network)
1919
)}</b> to <b>${networkName(
2020
Number(correctNetwork)
21-
)} network</b> for this Dapp. <br><br> <i>*Some wallets may not support changing networks. If you can not change networks in your wallet you may consider switching to a different wallet.</i>`,
21+
)} network</b> for this Dapp. <br><br> <i style="font-size: inherit; font-family: inherit;">*Some wallets may not support changing networks. If you can not change networks in your wallet you may consider switching to a different wallet.</i>`,
2222
eventCode: "networkFail",
2323
button: {
2424
onclick: () => {

src/modules/select/content.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const extensionInstallMessage = (helpers: {
2020
and that you have disabled any other browser extension wallets.
2121
<span
2222
class="bn-onboard-clickable"
23-
style="color: #4a90e2;"
23+
style="color: #4a90e2; font-size: 0.889rem; font-family: Helvetica Neue;"
2424
onclick="window.location.reload();">
2525
Then refresh the page.
2626
</span>
@@ -33,7 +33,7 @@ export const extensionInstallMessage = (helpers: {
3333
the extension and then
3434
<span
3535
class="bn-clickable"
36-
style="color: #4a90e2;"
36+
style="color: #4a90e2; font-size: 0.889rem; font-family: Helvetica Neue;"
3737
onclick={window.location.reload();}>
3838
refresh the page.
3939
</span>

0 commit comments

Comments
 (0)