fix font size

This commit is contained in:
Abhinav 2022-06-18 22:24:17 +05:30
parent e7cb3372f0
commit 286ed04f26

View file

@ -16,9 +16,7 @@ export default function StorageSection({ totalUsage, totalStorage }: Iprops) {
<Typography <Typography
fontWeight={'bold'} fontWeight={'bold'}
sx={{ sx={{ fontSize: '24px', lineHeight: '30px' }}>
fontSize: '24px',
}}>
{`${convertBytesToHumanReadable( {`${convertBytesToHumanReadable(
totalStorage - totalUsage, totalStorage - totalUsage,
1 1