UNPKG

react-life-design

Version:
7 lines 439 B
"use strict"; 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