reiji-h 2 лет назад
Родитель
Сommit
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>
 
 
             <span className="ms-2 d-flex justify-content-center align-items-center">
             <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>
             </span>
           </SearchMenuItem>
           </SearchMenuItem>
         ))
         ))