@@ -151,7 +151,7 @@ const WalletConnectionComponent: React.FC<WalletConnectionProps> = ({
151151 < button
152152 onClick = { ( ) => handleConnect ( 'xverse' ) }
153153 disabled = { connecting }
154- className = "relative flex flex-col items-center justify-center p-4 border border-white/5 bg-white/5 hover:bg-white/10 hover:border-white/10 transition-all group disabled:opacity-50 disabled:cursor-not-allowed"
154+ className = "relative flex flex-col items-center justify-center p-4 border border-zinc-400/20 bg-zinc-400/20 hover:bg-white/10 hover:border-white/10 transition-all group disabled:opacity-50 disabled:cursor-not-allowed"
155155 >
156156 { /* Unstable Badge (Top Right) */ }
157157 < span className = "absolute -top-2 -right-2 bg-red-400 text-black text-[10px] px-2 py-0.5 rounded-full font-bold shadow-sm z-10" >
@@ -169,7 +169,7 @@ const WalletConnectionComponent: React.FC<WalletConnectionProps> = ({
169169 ) }
170170 </ button >
171171 ) : (
172- < div className = "flex flex-col items-center justify-center p-4 border border-white/5 bg-white/5 " >
172+ < div className = "flex flex-col items-center justify-center p-4 border border-zinc-400/20 bg-zinc-400/20 " >
173173 < img src = "/xverse.png" alt = "Xverse" className = "h-10 w-10 mb-3 opacity-50 grayscale" />
174174 < span className = "text-xs font-bold text-caspier-muted mb-3" > Xverse</ span >
175175 < a
@@ -189,7 +189,7 @@ const WalletConnectionComponent: React.FC<WalletConnectionProps> = ({
189189 < button
190190 onClick = { ( ) => handleConnect ( 'leather' ) }
191191 disabled = { connecting }
192- className = "relative flex flex-col items-center justify-center p-4 border border-white/5 bg-white/5 hover:bg-white/10 hover:border-white/10 transition-all group disabled:opacity-50 disabled:cursor-not-allowed"
192+ className = "relative flex flex-col items-center justify-center p-4 border border-zinc-400/20 bg-zinc-400/20 hover:bg-white/10 hover:border-white/10 transition-all group disabled:opacity-50 disabled:cursor-not-allowed"
193193 >
194194 < span className = "absolute -top-2 -right-2 bg-blue-400 text-black text-[10px] px-2 py-0.5 rounded-full font-bold shadow-sm" >
195195 stable
@@ -203,7 +203,7 @@ const WalletConnectionComponent: React.FC<WalletConnectionProps> = ({
203203 ) }
204204 </ button >
205205 ) : (
206- < div className = "flex flex-col items-center justify-center p-4 border border-white/5 bg-white/5 " >
206+ < div className = "flex flex-col items-center justify-center p-4 border border-zinc-400/20 bg-zinc-400/20 " >
207207 < img src = "/leather.svg" alt = "Leather" className = "h-10 w-10 mb-3 opacity-50 grayscale" />
208208 < span className = "text-xs font-bold text-caspier-muted mb-3" > Leather</ span >
209209 < a
0 commit comments