Skip to content

Commit a908718

Browse files
committed
Edit styling
1 parent 1c1667c commit a908718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/check/accounts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function accountSelect(): WalletCheckModule {
6767
: '0'
6868
} ETH</option>`
6969
)}
70-
</select><button style="background: transparent; margin: 0 0.25rem; padding: 0.25rem 0.5rem; border-radius: 40px; cursor: pointer; color: inherit; border-color: inherit; border-width: 1px;" onclick="window.loadMoreAccounts()">Load More</button>
70+
</select><button style="background: transparent; margin: 0 0.25rem; padding: 0.25rem 0.5rem; border-radius: 40px; cursor: pointer; color: inherit; border-color: inherit; border-width: 1px; border-style: solid;" onclick="window.loadMoreAccounts()">Load More</button>
7171
`,
7272
button: {
7373
onclick: () => {

0 commit comments

Comments
 (0)