@chakra-ui/styled-system
Version:
Style function for css-in-js building component libraries
15 lines (11 loc) • 337 B
JavaScript
;
var index = require('../utils/index.cjs');
const color = {
color: index.t.colors("color"),
textColor: index.t.colors("color"),
fill: index.t.colors("fill"),
stroke: index.t.colors("stroke"),
accentColor: index.t.colors("accentColor"),
textFillColor: index.t.colors("textFillColor")
};
exports.color = color;