style: update CustomerBalance.vue to set label color

This commit is contained in:
Javi Gallego 2024-12-30 14:53:08 +01:00
parent 93047ab179
commit d67ae3cafb
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ const columns = computed(() => [
label: t('Creation date'),
format: ({ created }) => toDateHourMin(created),
cardVisible: true,
style: 'color: var(--vn-label-color)',
},
{
align: 'left',