export const style = {
icon: {
apply: '',
abandon: '',
},
color: {
iState: {
active: '#0000FF',
applied: '#008000',
abandoned: '#A9A9A9',
}
};