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

24 lines
628 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
exports.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',
settle: '#157d5a',
}
}
};