소스 검색

small footprint

reiji-h 2 년 전
부모
커밋
0635d26587
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      apps/app/src/features/search/client/components/SearchResultMenuItem.tsx

+ 2 - 2
apps/app/src/features/search/client/components/SearchResultMenuItem.tsx

@@ -63,8 +63,8 @@ export const SearchResultMenuItem = (props: Props): JSX.Element => {
             </span>
 
             <span className="ms-2 d-flex justify-content-center align-items-center">
-              <span className="material-symbols-outlined fs-5">footprint</span>
-              <span>{item.data.seenUsers.length}</span>
+              <span className="material-symbols-outlined fs-6">footprint</span>
+              <span className="fs-6">{item.data.seenUsers.length}</span>
             </span>
           </SearchMenuItem>
         ))