Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 3aa7d27

Browse files
authored
feature: Adjust HW checkbox width (#103)
1 parent 9af1a44 commit 3aa7d27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-staking",
3-
"version": "0.2.40",
3+
"version": "0.2.41",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/app/components/Modals/ConnectModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export const ConnectModal: React.FC<ConnectModalProps> = ({
195195
onChange={(e) => setNoHWWallet(e.target.checked)}
196196
checked={noHWWallet}
197197
/>
198-
<span className="label-text md:max-w-[27rem]">
198+
<span className="label-text md:max-w-[34rem]">
199199
I acknowledge that Keystone via QR code is the only hardware
200200
wallet supporting Bitcoin Staking. Using any other hardware
201201
wallets through any means (such as connection to software /

0 commit comments

Comments
 (0)