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 25d3f32 commit be1a39a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3",
"version": "1.5.4",
"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/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function ConnectWallet({
alt='arrow'
/>
</button>
<button className={s['login-modal__btn']} onClick={loginSafepal}>
<button className={s['login-modal__btn']} style={{marginBottom: 16}} onClick={loginSafepal}>

Check failure on line 45 in src/components/ConnectWallet/ConnectWallet.tsx

View workflow job for this annotation

GitHub Actions / build

Replace `·className={s['login-modal__btn']}·style={{marginBottom:·16}}·onClick={loginSafepal}` with `⏎········className={s['login-modal__btn']}⏎········style={{·marginBottom:·16·}}⏎········onClick={loginSafepal}⏎······`
<img
src={safepal}
width='28'
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:nth-child(2) {
.login-modal__btn:last-child {
margin-top: 16px;
}

Expand Down

0 comments on commit be1a39a

Please sign in to comment.