mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-16 01:34:08 +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:
@@ -24,7 +24,7 @@ export default {
|
||||
const badgeColorClasses = computed(() => {
|
||||
switch (props.status) {
|
||||
case 'PAID':
|
||||
return 'bg-primary-300/25 text-primary-800 uppercase font-normal text-center'
|
||||
return 'bg-green-500/40 text-status-green uppercase font-semibold text-center'
|
||||
case 'UNPAID':
|
||||
return ' bg-yellow-500/25 text-status-yellow uppercase font-normal text-center '
|
||||
case 'PARTIALLY_PAID':
|
||||
|
||||
Reference in New Issue
Block a user