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

22 lines
566 B
JavaScript

export const style = {
color: {
type: {
deposit: '#3498DB',
withdraw: '#F7DC6F',
withdrawBack: '#F7DC6F',
consume: '#A569BD',
consumeBack: '#009933',
loan: '#CD6155',
repay: '#82E0AA',
earn: '#FF3333',
tax: '#A569BD',
taxRefund: '#FF3333',
cutoffRefundable: '#2E4053',
refund: '#CC3333',
refundFailure: '#009933',
preSettle: '#8A631D',
settle: '#157d5a',
}
}
};