File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function accountSelect(
77
77
`
78
78
: `
79
79
<div style="display: flex; align-items: center;">
80
- <select id="account-select" onchange="window.accountSelect()" style="padding: 0.5rem;" >
80
+ <select id="account-select" onchange="window.accountSelect();" class="bn-onboard-custom bn-onboard-account-select >
81
81
${ accountsAndBalances . map (
82
82
( account : { balance : string ; address : string } ) =>
83
83
`<option>${ account . address } --- ${
Original file line number Diff line number Diff line change 38
38
color : #91bced ;
39
39
border-color : #91bced ;
40
40
}
41
+
42
+ :global(.bn-onboard-wallet-check-section select ) {
43
+ padding : 0.5rem ;
44
+ }
41
45
</style >
42
46
43
47
{#if $app .walletSelectInProgress }
Original file line number Diff line number Diff line change 334
334
{/if }
335
335
336
336
{#if activeModal .html }
337
- <section >
337
+ <section class = " bn-onboard-custom bn-onboard-wallet-check-section " >
338
338
{@html activeModal .html }
339
339
</section >
340
340
{/if }
You can’t perform that action at this time.
0 commit comments