Skip to content

Commit 25d72d4

Browse files
committed
Color property
1 parent 873d525 commit 25d72d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-color-slider/lib/uui-color-slider.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const Advanced: Story = {
192192
.value=${slider.value}
193193
.min=${slider.min}
194194
.max=${slider.max}
195-
.color=${slider.type === 'opacity'
195+
.color=${slider.type !== 'hue'
196196
? getHexString(value.h, value.s, value.l)
197197
: undefined}
198198
?precision=${ifDefined(slider.precision)}

0 commit comments

Comments
 (0)