UI: Minor fix.

This commit is contained in:
Igor Kulikov 2024-05-07 20:02:06 +03:00
parent ebce8698e3
commit c4ff43a840

View File

@ -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 {