From fe8e4a834274ab1b85ba105c65605dddfdf3a8e8 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Wed, 6 Mar 2024 09:52:43 -0300 Subject: [PATCH] add VnSelectDialog refill to action icon --- src/components/common/VnSelectDialog.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/common/VnSelectDialog.vue b/src/components/common/VnSelectDialog.vue index 355a25109..bca014a19 100644 --- a/src/components/common/VnSelectDialog.vue +++ b/src/components/common/VnSelectDialog.vue @@ -59,6 +59,9 @@ const toggleForm = () => { :name="actionIcon" :size="actionIcon === 'add' ? 'xs' : 'sm'" :class="['default-icon', { '--add-icon': actionIcon === 'add' }]" + :style="{ + 'font-variation-settings': `'FILL' ${1}`, + }" > {{ tooltip }}