We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9141e0 commit 606c43eCopy full SHA for 606c43e
src/components/color/attributes.js
@@ -29,6 +29,8 @@ exports.lightLine = '#eee';
29
30
exports.background = '#fff';
31
32
+exports.borderLine = '#BEC8D9';
33
+
34
// with axis.color and Color.interp we aren't using lightLine
35
// itself anymore, instead interpolating between axis.color
36
// and the background color using tinycolor.mix. lightFraction
0 commit comments