Compare commits
1 commit
9343bc1907
...
1fc382c029
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fc382c029 |
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-red-100 dark:bg-red-900/20 text-red-700 dark:text-red-300"
|
||||
class="text-xs bg-orange-100 dark:bg-orange-900/20 text-orange-700 dark:text-orange-300"
|
||||
>
|
||||
Expense
|
||||
</Badge>
|
||||
<Badge
|
||||
v-if="isVoided(transaction)"
|
||||
variant="secondary"
|
||||
class="text-xs bg-red-100 dark:bg-red-900/20 text-red-700 dark:text-red-300"
|
||||
variant="outline"
|
||||
class="text-xs text-muted-foreground"
|
||||
>
|
||||
Voided
|
||||
</Badge>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue