diff --git a/src/components/hint/VHint.vue b/src/components/hint/VHint.vue index 3edaf9d..9292fb2 100644 --- a/src/components/hint/VHint.vue +++ b/src/components/hint/VHint.vue @@ -15,7 +15,7 @@ const iconClass = computed(() => { switch (props.type) { case 'alert': return 'ri-spam-fill'; case 'warning' : return 'ri-alert-fill'; - case 'success' : return 'var(--text-default-success)'; + case 'success' : return 'ri-checkbox-circle-fill'; case 'info': return 'ri-information-fill'; default: return undefined;