mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-03 01:18:43 +02:00
fix: stretch strategies (#8519)
This commit is contained in:
parent
faaf54ca99
commit
74a87f0e26
@ -40,6 +40,7 @@ const StyledContainer = styled(Box, {
|
|||||||
? theme.palette.neutral.light
|
? theme.palette.neutral.light
|
||||||
: theme.palette.common.white,
|
: theme.palette.common.white,
|
||||||
},
|
},
|
||||||
|
width: '100%',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const CustomStrategyDeprecationWarning = () => (
|
const CustomStrategyDeprecationWarning = () => (
|
||||||
|
Loading…
Reference in New Issue
Block a user