From 574d2da0256ca4010fde8b5440f328fec63a5600 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Thu, 24 Jul 2025 02:32:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20bug=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/badge/VBadge.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/badge/VBadge.vue b/src/components/badge/VBadge.vue index e474e5d..49c2c7b 100644 --- a/src/components/badge/VBadge.vue +++ b/src/components/badge/VBadge.vue @@ -23,11 +23,11 @@ const severity = computed(() => { const icon = computed(() => { switch (props.type) { - case 'error': return 'ri-close-circle-line'; - case 'warning' : return 'ri-alert-line'; - case 'success' : return 'ri-checkbox-circle-line'; - case 'info': return 'ri-information-line'; - case 'new': return 'ri-flashlight-line'; + case 'error': return 'ri-spam-fill'; + case 'warning' : return 'ri-alert-fill'; + case 'success' : return 'ri-checkbox-circle-fill'; + case 'info': return 'ri-information-fill'; + case 'new': return 'ri-flashlight-fill'; default: return undefined; } @@ -45,7 +45,7 @@ const limit = computed(() => props.maxWidth); class="p-tag" :class="{'small': props.small}" > - + {{ props.label }}