fix: buttons spacing

This commit is contained in:
Abdul Haseeb
2023-11-13 16:47:51 +05:00
parent 8f74ba7547
commit 857d6afbbd

View File

@@ -42,7 +42,7 @@ const ButtonContainer = styled.div((props) => ({
display: 'flex',
flexDirection: 'row',
justifyContent: 'center',
columnGap: props.theme.spacing(8),
columnGap: props.theme.spacing(11),
paddingBottom: props.theme.spacing(16),
marginBottom: props.theme.spacing(4),
marginTop: props.theme.spacing(4),