diff --git a/components/UserProfile/DropdownConnectStatus.vue b/components/UserProfile/DropdownConnectStatus.vue index a1e95db8c..f9f32ea95 100644 --- a/components/UserProfile/DropdownConnectStatus.vue +++ b/components/UserProfile/DropdownConnectStatus.vue @@ -43,7 +43,7 @@ const status = computed((): StatusOutput | undefined => { if (unraidApiStatus.value === 'online') { return { icon: CheckCircleIcon, - iconClasses: 'text-red-500 w-16px h-16px', + iconClasses: 'text-red-600 w-16px h-16px', text: props.t('Connected'), }; }