refactor(theming): yellow-* → warning-* for status/pending semantics

Sweep yellow color classes that signal pending/warning status (admin pending pills,
withdrawal status, risk indicators) → warning-* tokens. Telegram Stars / fortune wheel
yellow kept as brand (TopUpAmount + Wheel + FortuneWheel).
This commit is contained in:
c0mrade
2026-05-26 11:21:16 +03:00
parent ae7da0c86a
commit d7cbbe077a
6 changed files with 13 additions and 12 deletions

View File

@@ -14,8 +14,8 @@ const statusConfig: Record<string, { labelKey: string; color: string; bgColor: s
},
pending: {
labelKey: 'admin.partnerDetail.status.pending',
color: 'text-yellow-400',
bgColor: 'bg-yellow-500/20',
color: 'text-warning-400',
bgColor: 'bg-warning-500/20',
},
rejected: {
labelKey: 'admin.partnerDetail.status.rejected',