From af3a587acaf641007c410e61579eeefe4836e8d7 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Mon, 19 Jan 2026 00:29:47 +0000 Subject: fix(ui): Improve visual consistency in all lists and highlights page --- apps/web/components/dashboard/lists/PendingInvitationsCard.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'apps/web/components/dashboard/lists/PendingInvitationsCard.tsx') diff --git a/apps/web/components/dashboard/lists/PendingInvitationsCard.tsx b/apps/web/components/dashboard/lists/PendingInvitationsCard.tsx index d893f4dc..95a916ff 100644 --- a/apps/web/components/dashboard/lists/PendingInvitationsCard.tsx +++ b/apps/web/components/dashboard/lists/PendingInvitationsCard.tsx @@ -142,9 +142,13 @@ export function PendingInvitationsCard() { return ( - + - {t("lists.invitations.pending")} ({invitations.length}) + {t("lists.invitations.pending")} + + + {invitations.length} + {t("lists.invitations.description")} -- cgit v1.2.3-70-g09d2