Browse Source

UI: Minor fix.

pull/11391/head
Igor Kulikov 2 years ago
parent
commit
c4ff43a840
  1. 2
      ui-ngx/src/app/modules/home/components/widget/lib/svg/iot-svg.models.ts

2
ui-ngx/src/app/modules/home/components/widget/lib/svg/iot-svg.models.ts

@ -624,7 +624,7 @@ export class IotSvgObject {
case 'color': case 'color':
return '#000'; return '#000';
case 'color-settings': case 'color-settings':
return constantColor('#000'); return ColorProcessor.fromSettings(constantColor('#000'));
} }
} }
} else { } else {

Loading…
Cancel
Save