mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +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}
|
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…
Add table
Add a link
Reference in a new issue