فهرست منبع

minor style fix

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 ?
-  theme.current.value.colors['info'] :
+  theme.current.value.colors['success'] :
   theme.current.value.colors['danger']
 )