react-life-design
Version:
Life Design UI components
7 lines • 439 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
success: function (Colors) { return "&, &:disabled { background-image: linear-gradient(" + Colors.apple + " 0%, " + Colors.apple + " 50%); }"; },
fail: function (Colors) { return "&, &:disabled { background-image: linear-gradient(" + Colors.chestnut + " 0%, " + Colors.chestnut + " 50%); }"; },
};
//# sourceMappingURL=response.js.map
;