This commit is contained in:
Manav Rathi
2024-12-17 19:18:24 +05:30
parent bf3a47826b
commit 427c5b4d7d
2 changed files with 3 additions and 5 deletions

View File

@@ -541,9 +541,7 @@ const PlanRow: React.FC<PlanRowProps> = ({
return (
<PlanRowContainer>
<TopAlignedFluidContainer>
<Typography variant="h1">
{bytesInGB(plan.storage)}
</Typography>
<Typography variant="h1">{bytesInGB(plan.storage)}</Typography>
<FlexWrapper flexWrap={"wrap"} gap={1}>
<Typography variant="h3" color="text.muted">
{t("storage_unit.gb")}

View File

@@ -225,13 +225,13 @@ const Duplicates: React.FC = () => {
)}
</Autosizer>
</Box>
<Box sx={{ margin: 1, }}>
<Box sx={{ margin: 1 }}>
<FocusVisibleButton
sx={{
display: "flex",
flexDirection: "column",
minWidth: "320px",
margin: "auto"
margin: "auto",
}}
>
<Typography>Test</Typography>