export const style = {
icon: {
succeed: '',
fail: '',
},
color: {
iState: {
refunding: '#F5B041',
successful: '#52BE80',
failed: '#E74C3C',
}
};