From 605c2a55bdbc1617fe04a435dc0548bf600de02d Mon Sep 17 00:00:00 2001 From: dpalikova Date: Thu, 19 Dec 2024 11:17:53 +0200 Subject: [PATCH] fix: fraction margin --- .../Statistics/Statistics.styled.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/client/index/sections/PlatformStatisticsSection/Statistics/Statistics.styled.tsx b/src/components/client/index/sections/PlatformStatisticsSection/Statistics/Statistics.styled.tsx index 0f8d7419e..35016ed2f 100644 --- a/src/components/client/index/sections/PlatformStatisticsSection/Statistics/Statistics.styled.tsx +++ b/src/components/client/index/sections/PlatformStatisticsSection/Statistics/Statistics.styled.tsx @@ -1,4 +1,4 @@ -import { Divider, Grid, Stack, Typography } from '@mui/material' +import { Grid, Stack, Typography } from '@mui/material' import { styled } from '@mui/material/styles' import theme from 'common/theme' @@ -26,8 +26,7 @@ export const Fraction = styled(Typography)(() => ({ fontWeight: 'bold', lineHeight: 1, fontSize: theme.typography.pxToRem(20), - marginTop: theme.spacing(1.88), - + marginTop: theme.spacing(.8), })) export const StatisticsWrapper = styled(Stack)(() => ({