1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-27 13:49:10 +02:00

update: theme

This commit is contained in:
Tymoteusz Czech 2025-06-19 10:59:14 +02:00
parent 7ac1d0386a
commit 2fec56a6a3
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -103,12 +103,12 @@ export const ImpactMetrics: FC<ImpactMetricsProps> = () => {
<StyledWidget> <StyledWidget>
<StyledWidgetStats> <StyledWidgetStats>
<Box <Box
sx={{ sx={(theme) => ({
display: 'flex', display: 'flex',
flexDirection: 'column', flexDirection: 'column',
gap: 2, gap: theme.spacing(2),
width: '100%', width: '100%',
}} })}
> >
<ImpactMetricsControls <ImpactMetricsControls
selectedSeries={selectedSeries} selectedSeries={selectedSeries}