feat: adding spacing to stack

This commit is contained in:
Caio Cabral
2024-10-16 21:57:41 -04:00
parent 63a4223d9c
commit 478a8b7f13

View File

@@ -53,6 +53,7 @@ const Monitors = ({ isAdmin }) => {
justifyContent="space-between"
alignItems="center"
mt={theme.spacing(5)}
gap={theme.spacing(6)}
>
<Greeting type="uptime" />
{canCreateMonitor && (