+
We're sorry, but something unexpected happened. Please refresh the page to try again.
diff --git a/src/components/features/dashboard/KpiCard.jsx b/src/components/features/dashboard/KpiCard.jsx index 7ea6ac3..c05eda7 100644 --- a/src/components/features/dashboard/KpiCard.jsx +++ b/src/components/features/dashboard/KpiCard.jsx @@ -21,28 +21,28 @@ export const KpiCard = ({ const cardClassName = resolvedTone === 'highlight' - ? 'bg-gradient-to-r from-[#58b098] to-[#4a9d84] text-white shadow-lg' + ? 'bg-gradient-to-r from-primary to-[#4a9d8e] text-white' : resolvedTone === 'neutral' - ? 'bg-gradient-to-r from-sky-50 to-sky-100 border border-sky-200 text-slate-900' + ? 'bg-[rgba(101,167,165,0.06)] border border-border-accent' : 'bg-dark-card'; const titleClassName = resolvedTone === 'highlight' ? 'text-sm text-white/90' : resolvedTone === 'neutral' - ? 'text-sm text-sky-700' + ? 'text-sm text-text-muted' : 'text-sm text-text-muted'; const valueClassName = resolvedTone === 'highlight' ? 'text-3xl font-bold text-white' : resolvedTone === 'neutral' - ? 'text-2xl font-semibold text-slate-900' + ? 'text-2xl font-semibold text-text-primary' : 'text-2xl font-semibold text-text-primary'; return ({title}
diff --git a/src/components/features/deposits/DepositOptionCard.jsx b/src/components/features/deposits/DepositOptionCard.jsx index 0e0b9bf..c292478 100644 --- a/src/components/features/deposits/DepositOptionCard.jsx +++ b/src/components/features/deposits/DepositOptionCard.jsx @@ -31,7 +31,7 @@ export const DepositOptionCard = ({ option }) => { const detailEntries = Object.entries(details).filter(([, v]) => v); return ( -{truncateAddress(address, 8, 6)}
++ {truncateAddress(address, 8, 6)} +
{t('auth.changePassword.subtitle')}
+{t('auth.changePassword.subtitle')}
{!isEmailUser && ( -