kopia lustrzana https://github.com/shoelace-style/shoelace
Fix missing comma in linear-gradient (#1506)
rodzic
cf543ef335
commit
f8c37e0d14
|
|
@ -882,7 +882,7 @@ export default class SlColorPicker extends ShoelaceElement implements ShoelaceFo
|
|||
style=${styleMap({
|
||||
backgroundImage: `linear-gradient(
|
||||
to right,
|
||||
${this.getHexString(this.hue, this.saturation, this.brightness, 0)} 0%
|
||||
${this.getHexString(this.hue, this.saturation, this.brightness, 0)} 0%,
|
||||
${this.getHexString(this.hue, this.saturation, this.brightness, 100)} 100%
|
||||
)`
|
||||
})}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue