Skip to content

Commit

Permalink
feat: set bill icon color to grey
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Nov 18, 2024
1 parent c69bfd4 commit 84e70a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/invoice/InvoiceStatusIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const InvoiceStatusColors = {
[InvoiceStatus.CONCEPT]: 'black',
[InvoiceStatus.RECEIPT]: 'green',
[InvoiceStatus.CANCELED]: 'red',
[InvoiceStatus.BILL]: 'orange'
[InvoiceStatus.BILL]: 'grey'
}
interface Props {
Expand Down

0 comments on commit 84e70a6

Please sign in to comment.