From 65450ddd3ef1cf49d5dfac02e96dd6378e9da0cc Mon Sep 17 00:00:00 2001 From: moulichand16 Date: Tue, 31 Mar 2026 12:30:27 +0530 Subject: [PATCH 1/3] changed colors in sidebar --- .../base-components/nav-account-card.tsx | 15 ++++++++------- .../base-components/nav-item.tsx | 8 ++++---- .../base/avatar/avatar-label-group.tsx | 4 ++-- src/components/layout/sidebar.tsx | 18 +++++++++++------- src/pages/call-history.tsx | 18 +++++++++++++++--- 5 files changed, 40 insertions(+), 23 deletions(-) diff --git a/src/components/application/app-navigation/base-components/nav-account-card.tsx b/src/components/application/app-navigation/base-components/nav-account-card.tsx index 9f84595..7da65a7 100644 --- a/src/components/application/app-navigation/base-components/nav-account-card.tsx +++ b/src/components/application/app-navigation/base-components/nav-account-card.tsx @@ -69,11 +69,12 @@ export const NavAccountMenu = ({ {({ close }) => ( <> -
+
@@ -104,17 +105,17 @@ const NavAccountCardMenuItem = ({ @@ -145,7 +146,7 @@ export const NavAccountCard = ({ } return ( -
+
{children} diff --git a/src/components/base/avatar/avatar-label-group.tsx b/src/components/base/avatar/avatar-label-group.tsx index f9792e7..250f43f 100644 --- a/src/components/base/avatar/avatar-label-group.tsx +++ b/src/components/base/avatar/avatar-label-group.tsx @@ -20,8 +20,8 @@ export const AvatarLabelGroup = ({ title, subtitle, className, ...props }: Avata
-

{title}

-

{subtitle}

+

{title}

+

{subtitle}

); diff --git a/src/components/layout/sidebar.tsx b/src/components/layout/sidebar.tsx index 82f5be0..8d138e4 100644 --- a/src/components/layout/sidebar.tsx +++ b/src/components/layout/sidebar.tsx @@ -151,9 +151,9 @@ export const Sidebar = ({ activeUrl = "/" }: SidebarProps) => { const content = (