File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
apps/demo.lasereyes.build/components Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ const WalletCard = ({
59
59
setSignedPsbt : (
60
60
psbt :
61
61
| {
62
- signedPsbtHex : string
63
- signedPsbtBase64 : string
64
- txId ?: string
65
- }
62
+ signedPsbtHex : string
63
+ signedPsbtBase64 : string
64
+ txId ?: string
65
+ }
66
66
| undefined
67
67
) => void
68
68
} ) => {
@@ -140,12 +140,12 @@ const WalletCard = ({
140
140
paymentAddress ,
141
141
paymentPublicKey ,
142
142
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
149
149
)
150
150
. then ( ( psbt ) => {
151
151
if ( psbt && psbt . toHex ( ) !== unsigned ) {
@@ -423,8 +423,8 @@ const WalletCard = ({
423
423
< Badge
424
424
variant = { isConnected ? 'success' : 'outline' }
425
425
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 ' : ''
428
428
) }
429
429
>
430
430
{ isConnected ? 'connected' : 'disconnected' }
You can’t perform that action at this time.
0 commit comments