Просмотр исходного кода

fixed spacing

Signed-off-by: aakankshabhende <aakanksha0407@gmail.com>
aakankshabhende 1 год назад
Родитель
Сommit
b7503897c5
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      web/apps/photos/src/components/PhotoList/index.tsx

+ 2 - 1
web/apps/photos/src/components/PhotoList/index.tsx

@@ -1,7 +1,7 @@
 import { FlexWrapper } from "@ente/shared/components/Container";
 import { ENTE_WEBSITE_LINK } from "@ente/shared/constants/urls";
 import { convertBytesToHumanReadable } from "@ente/shared/utils/size";
-import { Box, Link, Typography,Checkbox, styled } from "@mui/material";
+import { Box, Link, Typography, Checkbox, styled } from "@mui/material";
 import {
     DATE_CONTAINER_HEIGHT,
     GAP_BTW_TILES,
@@ -189,6 +189,7 @@ const NothingContainer = styled(ListItemContainer)`
 const SelectAllCheckBoxContainer = styled(Checkbox)<{ margin: number }>`
     margin-left: ${(props) => props.margin}px;
 `;
+
 interface Props {
     height: number;
     width: number;