Skip to content

Commit 93e18f9

Browse files
authored
Merge pull request #113 from bjarnef/patch-2
2 parents 7abe85c + 2b4cccf commit 93e18f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-slider/lib/uui-slider.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export class UUISliderElement extends LitElement {
216216
* This is a minimum value of the input.
217217
* @type {number}
218218
* @attr
219-
* @default 100
219+
* @default 0
220220
*/
221221
@property({ type: Number })
222222
min = 0;

0 commit comments

Comments
 (0)