1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +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>
<StyledWidgetStats>
<Box
sx={{
sx={(theme) => ({
display: 'flex',
flexDirection: 'column',
gap: 2,
gap: theme.spacing(2),
width: '100%',
}}
})}
>
<ImpactMetricsControls
selectedSeries={selectedSeries}