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

25 lines
554 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
exports.style = {
icon: {
succeed: '#0000FF',
fail: '#FF0000',
},
color: {
iState: {
sending: '#EEE8AA',
success: '#008000',
failure: '#9A9A9A',
},
channel: {
wechatMp: '#008000',
jPush: '#0000FF',
jim: '#0000FF',
wechatPublic: '#008000',
sms: '#000000',
email: '#000000',
},
}
};