recharts
Version:
React charts
17 lines (16 loc) • 349 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.lightTheme = void 0;
/**
* Light mode theme
*
* @experimental - this is still in active development, assume that the API will change in a minor/patch version
*/
var lightTheme = exports.lightTheme = {
grid: {
stroke: '#d6d3d1',
fill: 'none'
}
};