mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
update: theme
This commit is contained in:
parent
7ac1d0386a
commit
2fec56a6a3
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user