chore: Added hover styles (#1905)
This commit is contained in:
parent
33b73451b7
commit
efcf10c00f
3 changed files with 9 additions and 24 deletions
|
@ -20,7 +20,7 @@ export const getInboxClassByType = (type, phoneNumber) => {
|
|||
return 'ion-cloud';
|
||||
|
||||
case INBOX_TYPES.EMAIL:
|
||||
return 'ion-email';
|
||||
return 'ion-ios-email';
|
||||
|
||||
default:
|
||||
return '';
|
||||
|
|
|
@ -29,7 +29,7 @@ describe('#Inbox Helpers', () => {
|
|||
expect(getInboxClassByType('Channel::Api')).toEqual('ion-cloud');
|
||||
});
|
||||
it('should return correct class for Email', () => {
|
||||
expect(getInboxClassByType('Channel::Email')).toEqual('ion-email');
|
||||
expect(getInboxClassByType('Channel::Email')).toEqual('ion-ios-email');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue