Skip to content

Commit

Permalink
tighten spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Jan 7, 2025
1 parent 3696260 commit b03cbf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/manager/src/features/Backups/BackupsCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const BackupsCTA = () => {
display="flex"
flexDirection="row"
justifyContent="space-between"
spacingBottom={8}
variant="marketing"
>
<Typography sx={{ fontSize: '1rem', marginLeft: '0.5rem' }}>
Expand All @@ -60,7 +61,7 @@ export const BackupsCTA = () => {
<IconButton
aria-label="Dismiss notice enabling Linode backups"
onClick={handleDismiss}
sx={{ padding: 1 }}
sx={{ padding: 0.75 }}
>
<Close />
</IconButton>
Expand Down

0 comments on commit b03cbf4

Please sign in to comment.