From 2c79ccc883f433493aef8e67fcc0548c50bdc116 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Mon, 14 Oct 2024 13:27:20 -0400 Subject: [PATCH] fix(NotificationItem): icon & text alignment in header --- web/components/Notifications/Item.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web/components/Notifications/Item.vue b/web/components/Notifications/Item.vue index 26bb074e8..8be72a64d 100644 --- a/web/components/Notifications/Item.vue +++ b/web/components/Notifications/Item.vue @@ -36,13 +36,14 @@ const icon = computed<{ component: Component, color: string } | null>(() => {