From c4ff43a840f666ae10740bcb98fb331ab778b4cc Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 7 May 2024 20:02:06 +0300 Subject: [PATCH] UI: Minor fix. --- .../modules/home/components/widget/lib/svg/iot-svg.models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/svg/iot-svg.models.ts b/ui-ngx/src/app/modules/home/components/widget/lib/svg/iot-svg.models.ts index d0bd66dcbf..9b16e56649 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/svg/iot-svg.models.ts +++ b/ui-ngx/src/app/modules/home/components/widget/lib/svg/iot-svg.models.ts @@ -624,7 +624,7 @@ export class IotSvgObject { case 'color': return '#000'; case 'color-settings': - return constantColor('#000'); + return ColorProcessor.fromSettings(constantColor('#000')); } } } else {