Skip to content

Commit 606c43e

Browse files
committed
color: add borderLine color def
- used in update menus (but possible more layout components down the road).
1 parent c9141e0 commit 606c43e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/color/attributes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ exports.lightLine = '#eee';
2929

3030
exports.background = '#fff';
3131

32+
exports.borderLine = '#BEC8D9';
33+
3234
// with axis.color and Color.interp we aren't using lightLine
3335
// itself anymore, instead interpolating between axis.color
3436
// and the background color using tinycolor.mix. lightFraction

0 commit comments

Comments
 (0)