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

33 lines
763 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
exports.style = {
icon: {
claim: '',
disable: '',
},
color: {
type: {
grant: '#0000FF',
transfer: '#008000',
},
qrCodeType: {
webForWechatPublic: '#00FF7F',
wechatMpDomainUrl: '#008000',
wechatMpWxaCode: '#32CD32',
wechatPublic: '#90EE90',
wechatPublicForMp: '#9ACD32',
},
rule: {
single: '#0000FF',
all: '#FF0000',
free: '#008000',
},
ruleOnRow: {
single: '#0000FF',
all: '#FF0000',
free: '#008000',
},
},
};