From d2b37efed4f472dde714a28d2cf2beef15743178 Mon Sep 17 00:00:00 2001 From: Sercan Yemen <117369+srcn@users.noreply.github.com> Date: Sun, 24 Jul 2022 11:29:02 +0300 Subject: [PATCH] (layout/common/messages) Fixed: Wrong color classes on "No Messages" icon (layout/common/notifications) Fixed: Wrong color classes on "No Notifications" icon (layout/common/shortcuts) Fixed: Wrong color classes on "No Shortcuts" icon --- src/app/layout/common/messages/messages.component.html | 4 ++-- .../layout/common/notifications/notifications.component.html | 4 ++-- src/app/layout/common/shortcuts/shortcuts.component.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/layout/common/messages/messages.component.html b/src/app/layout/common/messages/messages.component.html index 1fc9bb2c..e7666b4b 100644 --- a/src/app/layout/common/messages/messages.component.html +++ b/src/app/layout/common/messages/messages.component.html @@ -144,9 +144,9 @@
-
+
No messages
diff --git a/src/app/layout/common/notifications/notifications.component.html b/src/app/layout/common/notifications/notifications.component.html index 23788119..d91bf589 100644 --- a/src/app/layout/common/notifications/notifications.component.html +++ b/src/app/layout/common/notifications/notifications.component.html @@ -145,9 +145,9 @@
-
+
No notifications
diff --git a/src/app/layout/common/shortcuts/shortcuts.component.html b/src/app/layout/common/shortcuts/shortcuts.component.html index 8ff162fd..1ad750c7 100644 --- a/src/app/layout/common/shortcuts/shortcuts.component.html +++ b/src/app/layout/common/shortcuts/shortcuts.component.html @@ -148,9 +148,9 @@
-
+
No shortcuts