소스 검색

fix styles

Shun Miyazawa 1 년 전
부모
커밋
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>