Cleanup and rearrange some fontastic glyphs

This commit is contained in:
the-djmaze 2022-11-17 21:40:35 +01:00
parent ecf53b1285
commit 7da3ba8c61
7 changed files with 9 additions and 24 deletions

View file

@ -162,9 +162,9 @@ export class MailMessageView extends AbstractViewRight {
case 'none':
return '';
case 'pass':
return 'icon-ok iconcolor-green';
return 'icon-ok iconcolor-green'; // ✔️
default:
return 'icon-warning-alt iconcolor-red';
return 'icon-cross iconcolor-red'; // ✖ ❌
}
},