update style

This commit is contained in:
root
2026-05-24 01:53:27 -04:00
parent f5292f8b6c
commit 31e06a1d61
62 changed files with 431 additions and 459 deletions
@@ -140,7 +140,7 @@ const STATUS_COLORS: Record<string, string> = {
ACTIVE: 'text-emerald-400',
TRIALING: 'text-sky-400',
SUSPENDED: 'text-red-400',
PENDING: 'text-amber-400',
PENDING: 'text-orange-400',
CANCELLED: 'text-zinc-400',
PAST_DUE: 'text-orange-400',
}