mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +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:
@@ -86,7 +86,7 @@ function StatusBadge({ status }: { status: string }) {
|
||||
deleted: 'bg-dark-600 text-dark-400 border-dark-500',
|
||||
trial: 'bg-accent-500/20 text-accent-400 border-accent-500/30',
|
||||
expired: 'bg-warning-500/20 text-warning-400 border-warning-500/30',
|
||||
limited: 'bg-yellow-500/20 text-yellow-400 border-yellow-500/30',
|
||||
limited: 'bg-warning-500/20 text-warning-400 border-warning-500/30',
|
||||
disabled: 'bg-dark-600 text-dark-400 border-dark-500',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user