1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: adjust section title margin bottom

This commit is contained in:
Nuno Góis 2025-09-08 16:18:33 +01:00
parent 38b1937bc6
commit 2c69c1088d
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -49,7 +49,7 @@ const StyledSectionHeader = styled(Box)(({ theme }) => ({
display: 'flex', display: 'flex',
alignItems: 'center', alignItems: 'center',
gap: theme.spacing(0.5), gap: theme.spacing(0.5),
marginBottom: theme.spacing(1), marginBottom: theme.spacing(0.5),
width: '100%', width: '100%',
})); }));