mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-18 00:19:49 +01:00
fix: save context button spacing (#9059)
This commit is contained in:
parent
4f6e581dec
commit
790d813455
@ -69,11 +69,11 @@ const StyledSwitchContainer = styled('div')({
|
|||||||
marginLeft: '-9px',
|
marginLeft: '-9px',
|
||||||
});
|
});
|
||||||
|
|
||||||
const StyledButtonContainer = styled('div')({
|
const StyledButtonContainer = styled('div')(({ theme }) => ({
|
||||||
marginTop: 'auto',
|
marginTop: theme.spacing(3),
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'flex-end',
|
justifyContent: 'flex-end',
|
||||||
});
|
}));
|
||||||
|
|
||||||
const StyledCancelButton = styled(Button)(({ theme }) => ({
|
const StyledCancelButton = styled(Button)(({ theme }) => ({
|
||||||
marginLeft: theme.spacing(3),
|
marginLeft: theme.spacing(3),
|
||||||
|
Loading…
Reference in New Issue
Block a user