fix(sidebar): consistent font weight [EE-5666] (#10461)

pull/10464/head
Ali 1 year ago committed by GitHub
parent ff5b311eee
commit 5a73605df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,7 @@ export function SidebarParent({
to={to} to={to}
params={params} params={params}
className={clsx( 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-start': isSidebarOpen,
'justify-center': !isSidebarOpen, 'justify-center': !isSidebarOpen,

Loading…
Cancel
Save