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