UI: Minor fix.
This commit is contained in:
parent
ebce8698e3
commit
c4ff43a840
@ -624,7 +624,7 @@ export class IotSvgObject {
|
||||
case 'color':
|
||||
return '#000';
|
||||
case 'color-settings':
|
||||
return constantColor('#000');
|
||||
return ColorProcessor.fromSettings(constantColor('#000'));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user