whitespace

This commit is contained in:
Cory LaViska
2023-01-23 11:29:50 -05:00
parent 5cdbaa873d
commit e758b1d9bb

View File

@@ -625,6 +625,7 @@ export default class SlColorPicker extends ShoelaceElement implements ShoelaceFo
this.brightness = 100;
this.alpha = 100;
}
if (!this.isSafeValue) {
const newColor = this.parseColor(newValue);