UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

12 lines 290 B
var theme = { colors: { primary: { main: '#CF3F7C', secondary: '#007CF9', background: '#D9D9D9' } }, spacing: function (factor) { return "".concat(4 * factor, "px"); } }; export default theme; //# sourceMappingURL=Theme.js.map