Skip to content

Commit 1e47834

Browse files
committed
No need to set disabled on swatch in color picker
1 parent 826b4b9 commit 1e47834

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/uui-color-picker/lib/uui-color-picker.element.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,7 @@ export class UUIColorPickerElement extends LabelMixin('label', LitElement) {
654654
swatch =>
655655
html`<uui-color-swatch
656656
label="${swatch}"
657-
.value=${swatch}
658-
?disabled=${this.disabled}>
657+
.value=${swatch}>
659658
</uui-color-swatch>`
660659
)}
661660
</uui-color-swatches>`;

0 commit comments

Comments
 (0)