Skip to content

Commit b198529

Browse files
etpinardmdtusz
authored andcommitted
make range selector border width dflt 1
1 parent 4c7c99d commit b198529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/range_selector/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = {
8787
borderwidth: {
8888
valType: 'number',
8989
min: 0,
90-
dflt: 0,
90+
dflt: 1,
9191
role: 'style',
9292
description: 'Sets the width (in px) of the border enclosing the range selector.'
9393
}

0 commit comments

Comments
 (0)