Ver Fonte

minor style fix

Olivier Massot há 10 meses atrás
pai
commit
2aa0c13faf

+ 1 - 1
components/Layout/Parameters/Website/ActivationSwitch.vue

@@ -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']
 )