From 5a73605df215d87dc54f596c2244416f4034aaaf Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Thu, 12 Oct 2023 01:59:46 +0100 Subject: [PATCH] fix(sidebar): consistent font weight [EE-5666] (#10461) --- app/react/sidebar/SidebarItem/SidebarParent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/react/sidebar/SidebarItem/SidebarParent.tsx b/app/react/sidebar/SidebarItem/SidebarParent.tsx index b4c84ffb3..424191cc3 100644 --- a/app/react/sidebar/SidebarItem/SidebarParent.tsx +++ b/app/react/sidebar/SidebarItem/SidebarParent.tsx @@ -63,7 +63,7 @@ export function SidebarParent({ to={to} params={params} className={clsx( - 'w-full h-full font-medium items-center flex list-none border-none text-inherit hover:text-inherit hover:no-underline focus:text-inherit focus:no-underline', + 'w-full h-full items-center flex list-none border-none text-inherit hover:text-inherit hover:no-underline focus:text-inherit focus:no-underline', { 'justify-start': isSidebarOpen, 'justify-center': !isSidebarOpen,