oak-general-business/lib/oak-app-domain/Account/Style.js

22 lines
413 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
exports.style = {
icon: {
charge: '',
withdraw: '',
cost: '',
refund: '',
loan: '',
repay: '',
enable: '',
disable: '',
},
color: {
ableState: {
enabled: '#008000',
disabled: '#A9A9A9'
}
}
};