From de01dda2ed5b61ad30fcbf7ce972dfdee22a3007 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 1 Oct 2024 11:32:15 +0200 Subject: [PATCH] refactor: refs #7884 modified icon color --- src/pages/Entry/MyEntries.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Entry/MyEntries.vue b/src/pages/Entry/MyEntries.vue index b95c73847..07cedd69b 100644 --- a/src/pages/Entry/MyEntries.vue +++ b/src/pages/Entry/MyEntries.vue @@ -99,6 +99,7 @@ const columns = computed(() => [ { title: t('printLabels'), icon: 'print', + isPrimary: true, action: (row) => printBuys(row.id), }, ],