smaller spinner

This commit is contained in:
proddy
2024-08-30 11:06:54 +02:00
parent 21b75ef392
commit 666f5626ea

View File

@@ -556,7 +556,7 @@ const Devices = () => {
</Header>
<Body>
{tableList.length === 0 && (
<CircularProgress sx={{ margin: 1 }} size={24} />
<CircularProgress sx={{ margin: 1 }} size={18} />
)}
{tableList.map((device: Device) => (
<Row key={device.id} item={device}>