Skip to content

Commit

Permalink
fix: add padding to warning banner (#5720)
Browse files Browse the repository at this point in the history
Closes #
[1-1830](https://linear.app/unleash/issue/1-1830/potential-conflict-warning-add-padding-8px)

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
  • Loading branch information
andreas-unleash committed Dec 21, 2023
1 parent f0c0504 commit 12100b3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ const StyledSingleChangeBox = styled(Box, {

const StyledAlert = styled(Alert)(({ theme }) => ({
borderRadius: 0,
padding: theme.spacing(0, 2),
padding: theme.spacing(1, 2),
'&.MuiAlert-standardWarning': {
borderStyle: 'none none solid none',
},
Expand Down

0 comments on commit 12100b3

Please sign in to comment.