mirror of https://github.com/portainer/portainer
fix(sidebar): consistent font weight [EE-5666] (#10461)
parent
ff5b311eee
commit
5a73605df2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue