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 }}