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 (