Skip to content

Commit

Permalink
fix: stretch strategies (#8519)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Oct 23, 2024
1 parent faaf54c commit 74a87f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const StyledContainer = styled(Box, {
? theme.palette.neutral.light
: theme.palette.common.white,
},
width: '100%',
}));

const CustomStrategyDeprecationWarning = () => (
Expand Down

0 comments on commit 74a87f0

Please sign in to comment.