Added flex end instead of space between as mentioned in #2178

This commit is contained in:
Owaise Imdad
2025-05-04 12:51:36 +05:30
parent 8627db206a
commit f78430f0d7
@@ -55,7 +55,7 @@ const MonitorTimeFrameHeader = ({
return (
<Stack
direction="row"
justifyContent="space-between"
justifyContent="flex-end"
alignItems="flex-end"
gap={theme.spacing(4)}
mb={theme.spacing(8)}