Olivier Massot пре 10 месеци
родитељ
комит
2aa0c13faf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      components/Layout/Parameters/Website/ActivationSwitch.vue

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

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