From 25d3f324d72e2dcb4491c0091181e8526e55420e Mon Sep 17 00:00:00 2001 From: "d.voronin" Date: Mon, 24 Jun 2024 10:48:45 +0300 Subject: [PATCH] add safepal fix --- package.json | 2 +- src/components/ConnectWallet/connect-wallet.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f718f4c..08f80e7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/ConnectWallet/connect-wallet.module.css b/src/components/ConnectWallet/connect-wallet.module.css index cd62ade..8568c43 100644 --- a/src/components/ConnectWallet/connect-wallet.module.css +++ b/src/components/ConnectWallet/connect-wallet.module.css @@ -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; }