mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user