瀏覽代碼

fix search result label style

Abhinav 3 年之前
父節點
當前提交
18a674459c
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/components/Search/optionWithInfo.tsx

+ 3 - 1
src/components/Search/optionWithInfo.tsx

@@ -29,7 +29,9 @@ const LabelWithInfo = ({ data }: { data: SearchOption }) => (
             <SpaceBetweenFlex>
                 <Box mr={1}>
                     <FreeFlowText>
-                        <Typography>{data.label}</Typography>
+                        <Typography fontWeight={'bold'}>
+                            {data.label}
+                        </Typography>
                     </FreeFlowText>
                     <Typography color="text.secondary">
                         {constants.PHOTO_COUNT(data.fileCount)}