lf
This commit is contained in:
@@ -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")}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user