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

30 lines
667 B
JavaScript

export const 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',
},
},
};