Skip to content

Commit 0d855e6

Browse files
bjarnefiOvergaard
andauthored
fix: Hide value label for opacity slider as well in color picker (#1212)
* Hide value label for opacity slider as well in color picker * chore: linting --------- Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
1 parent 9dd1289 commit 0d855e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ export class UUIColorPickerElement extends LabelMixin('label', LitElement) {
460460
${this.opacity
461461
? html`
462462
<uui-color-slider
463+
hide-value-label
463464
label="alpha"
464465
class="opacity-slider"
465466
.value=${Math.round(this.alpha)}

0 commit comments

Comments
 (0)