1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Changed icon color for received emails in member feed

This commit is contained in:
Sanne de Vries 2020-12-10 15:06:45 +01:00
parent 4307bcc846
commit b4fd71e736

View file

@ -6,7 +6,7 @@ class MemberActivity {
eventProperties = {
sent: {
icon: 'send-email',
iconClass: 'green-d2',
iconClass: 'midgrey',
tooltip: 'Sent email'
},
opened: {