From 403e15e9ad618bd2fc050fd54dd21a1f482c8514 Mon Sep 17 00:00:00 2001 From: "CodesBy.Mitch" Date: Sun, 31 May 2026 20:48:29 +0000 Subject: [PATCH] fix: mobile ux audit and stellar flow responsive fixes --- src/components/ChainSwitcher.tsx | 2 +- src/components/CopyButton.tsx | 2 +- src/components/Header.tsx | 4 ++-- src/components/StellarReceive.tsx | 14 +++++++------- src/components/WalletConnect.tsx | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/ChainSwitcher.tsx b/src/components/ChainSwitcher.tsx index cae86af..c8b3f35 100644 --- a/src/components/ChainSwitcher.tsx +++ b/src/components/ChainSwitcher.tsx @@ -16,7 +16,7 @@ export function ChainSwitcher() { setDest(e.target.value)} placeholder="Destination address (G...)" - className="h-10 flex-1 border border-outline-variant bg-surface px-3 font-mono text-xs text-primary placeholder:text-outline focus:border-primary" + className="h-11 flex-1 border border-outline-variant bg-surface px-3 font-mono text-[11px] text-primary placeholder:text-outline focus:border-primary sm:h-10 sm:text-xs" /> @@ -543,7 +543,7 @@ export function StellarReceive() { @@ -605,11 +605,11 @@ export function StellarReceive() { )} -
+
diff --git a/src/components/WalletConnect.tsx b/src/components/WalletConnect.tsx index 807db1c..f60577a 100644 --- a/src/components/WalletConnect.tsx +++ b/src/components/WalletConnect.tsx @@ -7,9 +7,9 @@ import { useChain } from '@/context/ChainContext'; import { useStellarWallet } from '@/context/StellarWalletContext'; const btnBase = - 'bg-transparent border border-outline-variant px-3 py-1.5 font-heading text-[10px] uppercase tracking-widest text-primary transition-colors hover:bg-surface-bright disabled:opacity-50 sm:px-4 sm:py-2 sm:text-xs h-8 sm:h-9'; + 'bg-transparent border border-outline-variant px-3 py-1.5 font-heading text-[10px] uppercase tracking-widest text-primary transition-colors hover:bg-surface-bright disabled:opacity-50 sm:px-4 sm:py-2 sm:text-xs h-11 sm:h-9'; const btnConnected = - 'bg-transparent border border-outline-variant px-3 py-1.5 font-mono text-[10px] text-primary transition-colors hover:bg-surface-bright sm:px-4 sm:py-2 sm:text-xs h-8 sm:h-9'; + 'bg-transparent border border-outline-variant px-3 py-1.5 font-mono text-[10px] text-primary transition-colors hover:bg-surface-bright sm:px-4 sm:py-2 sm:text-xs h-11 sm:h-9'; function HorizenButton() { return (