mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-20 03:34:06 +00:00
Fix status badge colors: SENT to green, PAID more visible
Change SENT status from yellow to green in both invoice and estimate badges. Make PAID badge more noticeable with stronger green background (40% opacity) and semibold text. Use consistent text-status-green token for PAID across all badge components. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,7 @@ const badgeColorClasses = computed(() => {
|
||||
case 'DRAFT':
|
||||
return 'bg-yellow-300/25 px-2 py-1 text-sm text-status-yellow uppercase font-normal text-center '
|
||||
case 'SENT':
|
||||
return ' bg-yellow-500/25 px-2 py-1 text-sm text-status-yellow uppercase font-normal text-center '
|
||||
return 'bg-green-500/25 px-2 py-1 text-sm text-status-green uppercase font-normal text-center'
|
||||
case 'VIEWED':
|
||||
return 'bg-blue-400/25 px-2 py-1 text-sm text-status-blue uppercase font-normal text-center'
|
||||
case 'EXPIRED':
|
||||
|
||||
Reference in New Issue
Block a user