mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
refactor(theming): replace amber-* with warning-* tokens
Sweep all amber-N color classes to warning-N (uniformly pending/warning semantics). Yellow and orange left for per-file review (mixed Stars brand + semantic uses).
This commit is contained in:
@@ -175,8 +175,8 @@ function VersionBadge({ hasUpdate }: { hasUpdate: boolean }) {
|
||||
|
||||
if (hasUpdate) {
|
||||
return (
|
||||
<span className="inline-flex items-center gap-1 rounded-full bg-amber-500/20 px-2.5 py-0.5 text-xs font-medium text-amber-400">
|
||||
<span className="h-1.5 w-1.5 animate-pulse rounded-full bg-amber-400" />
|
||||
<span className="inline-flex items-center gap-1 rounded-full bg-warning-500/20 px-2.5 py-0.5 text-xs font-medium text-warning-400">
|
||||
<span className="h-1.5 w-1.5 animate-pulse rounded-full bg-warning-400" />
|
||||
{t('adminUpdates.updateAvailable')}
|
||||
</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user