Skip to content

Commit 8fac52d

Browse files
committed
Merge branch 'master' into delete-last-trace
2 parents ba6eeea + d430e30 commit 8fac52d

File tree

86 files changed

+510
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+510
-113
lines changed

src/components/legend/constants.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
'use strict';
2+
3+
module.exports = {
4+
scrollBarWidth: 4,
5+
scrollBarHeight: 20,
6+
scrollBarColor: '#808BA4',
7+
scrollBarMargin: 4
8+
};

0 commit comments

Comments
 (0)