@@ -63,7 +63,7 @@ const props = defineProps({
})
const color = computed(() => props.modelValue ?
- theme.current.value.colors['info'] :
+ theme.current.value.colors['success'] :
theme.current.value.colors['danger']
)