mirror of
https://github.com/unraid/api.git
synced 2026-01-02 14:40:01 -06:00
fix: connect status icon color online
This commit is contained in:
@@ -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'),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user