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
|
<Badge
|
||||||
v-else-if="isExpense(transaction)"
|
v-else-if="isExpense(transaction)"
|
||||||
variant="secondary"
|
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
|
Expense
|
||||||
</Badge>
|
</Badge>
|
||||||
<Badge
|
<Badge
|
||||||
v-if="isVoided(transaction)"
|
v-if="isVoided(transaction)"
|
||||||
variant="secondary"
|
variant="outline"
|
||||||
class="text-xs bg-red-100 dark:bg-red-900/20 text-red-700 dark:text-red-300"
|
class="text-xs text-muted-foreground"
|
||||||
>
|
>
|
||||||
Voided
|
Voided
|
||||||
</Badge>
|
</Badge>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue