0
1
Fork 0

Remove bg color

This commit is contained in:
William Buezas 2024-12-02 21:45:16 -03:00
parent e4770c045d
commit 0aeacc88bc
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ onMounted(async () => {
>
<div
v-if="!transferAccounts.length"
class="row items-center justify-center q-pa-md bg-red"
class="row items-center justify-center q-pa-md"
>
<span>{{ t('emptyList') }}</span>
</div>