Skip to content

Commit

Permalink
add safepal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VoroninDima committed Jun 24, 2024
1 parent 33eb16b commit 25d3f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airdao/ui-library",
"version": "1.5.2",
"version": "1.5.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ConnectWallet/connect-wallet.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
border: none;
}

.login-modal__btn:last-child {
.login-modal__btn:last-child, .login-modal__btn:nth-child(2) {
margin-top: 16px;
}

Expand Down

0 comments on commit 25d3f32

Please sign in to comment.