mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +02:00
fix(sidebar): consistent font weight [EE-5666] (#10461)
This commit is contained in:
parent
ff5b311eee
commit
5a73605df2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue