custom-chatbot-app
Version:
This is my custom chatbot package for BuyersEdge
14 lines • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var theme = {
colors: {
primary: {
main: '#CF3F7C',
secondary: '#007CF9',
background: '#D9D9D9'
}
},
spacing: function (factor) { return "".concat(4 * factor, "px"); }
};
exports.default = theme;
//# sourceMappingURL=Theme.js.map