Shun Miyazawa 1 год назад
Родитель
Сommit
d454fe1b5a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/client/components/Sidebar/SidebarNav/PrimaryItem.tsx

+ 1 - 1
apps/app/src/client/components/Sidebar/SidebarNav/PrimaryItem.tsx

@@ -82,7 +82,7 @@ export const PrimaryItem = (props: PrimaryItemProps): JSX.Element => {
             <span className="position-absolute badge rounded-pill bg-primary">{badgeContents}</span>
           )}
           { isCustomIcon
-            ? (<span className="growi-custom-icons fs-4 align-middle lh-1">{iconName}</span>)
+            ? (<span className="growi-custom-icons fs-4 align-middle">{iconName}</span>)
             : (<span className="material-symbols-outlined">{iconName}</span>)
           }
         </div>