Skip to content

Commit 4d53280

Browse files
committed
styles
1 parent ed65518 commit 4d53280

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

apps/demo.lasereyes.build/components/WalletCard.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ const WalletCard = ({
5959
setSignedPsbt: (
6060
psbt:
6161
| {
62-
signedPsbtHex: string
63-
signedPsbtBase64: string
64-
txId?: string
65-
}
62+
signedPsbtHex: string
63+
signedPsbtBase64: string
64+
txId?: string
65+
}
6666
| undefined
6767
) => void
6868
}) => {
@@ -140,12 +140,12 @@ const WalletCard = ({
140140
paymentAddress,
141141
paymentPublicKey,
142142
network as
143-
| typeof MAINNET
144-
| typeof TESTNET
145-
| typeof TESTNET4
146-
| typeof SIGNET
147-
| typeof FRACTAL_MAINNET
148-
| typeof FRACTAL_TESTNET
143+
| typeof MAINNET
144+
| typeof TESTNET
145+
| typeof TESTNET4
146+
| typeof SIGNET
147+
| typeof FRACTAL_MAINNET
148+
| typeof FRACTAL_TESTNET
149149
)
150150
.then((psbt) => {
151151
if (psbt && psbt.toHex() !== unsigned) {
@@ -423,8 +423,8 @@ const WalletCard = ({
423423
<Badge
424424
variant={isConnected ? 'success' : 'outline'}
425425
className={cn(
426-
'text-gray-500 border-gray-500',
427-
isConnected ? 'text-white ' : ''
426+
'text-gray-500 border-gray-600',
427+
isConnected ? 'text-gray-900 border-gray-900' : ''
428428
)}
429429
>
430430
{isConnected ? 'connected' : 'disconnected'}

0 commit comments

Comments
 (0)