فهرست منبع

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>
         ))