Fixed Device List Margins

This commit is contained in:
2025-11-07 20:12:15 -07:00
parent dfdc9b4623
commit 1d89f8e01c

View File

@@ -1560,7 +1560,7 @@ export default function DeviceList({
}}
elevation={0}
>
<Box sx={{ position: "relative", zIndex: 1, p: { xs: 2, md: 3 }, pb: 2 }}>
<Box sx={{ position: "relative", zIndex: 1, p: { xs: 2, md: 0 }, pb: 2 }}>
<Box sx={{ borderRadius: 0, border: 'none', background: 'transparent', boxShadow: 'none',
p: { xs: 2, md: 3 },
display: "flex",