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