From 3cafe820cf5626fadd5ac0fe847121613153f59b Mon Sep 17 00:00:00 2001 From: moulichand16 Date: Tue, 31 Mar 2026 15:05:05 +0530 Subject: [PATCH] reverted back to initial colors --- .../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, 23 insertions(+), 40 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 7da65a7..9f84595 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,12 +69,11 @@ export const NavAccountMenu = ({ {({ close }) => ( <> -
+
@@ -105,17 +104,17 @@ const NavAccountCardMenuItem = ({ @@ -146,7 +145,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 250f43f..f9792e7 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 8d138e4..82f5be0 100644 --- a/src/components/layout/sidebar.tsx +++ b/src/components/layout/sidebar.tsx @@ -151,9 +151,9 @@ export const Sidebar = ({ activeUrl = "/" }: SidebarProps) => { const content = (