fixed spacing

Signed-off-by: aakankshabhende <aakanksha0407@gmail.com>
This commit is contained in:
aakankshabhende 2024-03-05 10:48:18 +05:30
parent 4a579a93bb
commit b7503897c5

View file

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