oak-pay-business/lib/oak-app-domain/Refund/Style.js

17 lines
327 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
exports.style = {
icon: {
succeed: '',
fail: '',
},
color: {
iState: {
refunding: '#F5B041',
successful: '#52BE80',
failed: '#E74C3C',
}
}
};