export const style = {
icon: {
send: '',
success: '',
fail: '',
},
color: {
iState: {
unsent: '#0000FF',
sending: '#FFA500',
sent: '#008000',
failure: '#A9A9A9'
type: {
login: '#0000FF',
changePassword: '#FF0000',
confirm: '#008000',
}
};