Compare commits
1 commit
1fc382c029
...
9343bc1907
| Author | SHA1 | Date | |
|---|---|---|---|
| 9343bc1907 |
1 changed files with 3 additions and 3 deletions
|
|
@ -412,14 +412,14 @@ onMounted(() => {
|
|||
<Badge
|
||||
v-else-if="isExpense(transaction)"
|
||||
variant="secondary"
|
||||
class="text-xs bg-orange-100 dark:bg-orange-900/20 text-orange-700 dark:text-orange-300"
|
||||
class="text-xs bg-red-100 dark:bg-red-900/20 text-red-700 dark:text-red-300"
|
||||
>
|
||||
Expense
|
||||
</Badge>
|
||||
<Badge
|
||||
v-if="isVoided(transaction)"
|
||||
variant="outline"
|
||||
class="text-xs text-muted-foreground"
|
||||
variant="secondary"
|
||||
class="text-xs bg-red-100 dark:bg-red-900/20 text-red-700 dark:text-red-300"
|
||||
>
|
||||
Voided
|
||||
</Badge>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue