export const style = {
color: {
iState: {
transferring: '#D2B4DE',
successful: '#2E86C1',
failed: '#D6DBDF',
}
},
icon: {
succeed: '',
fail: '',
};