minor optimizations

This commit is contained in:
Proddy
2023-04-28 15:46:45 +02:00
parent dd25900af4
commit 321558c583
15 changed files with 20 additions and 28 deletions

View File

@@ -446,7 +446,7 @@ const DashboardSensors: FC = () => {
)}
<ButtonRow>
<Box display="flex" flexWrap="wrap">
<Box mt={2} display="flex" flexWrap="wrap">
<Box flexGrow={1}>
<Button startIcon={<RefreshIcon />} variant="outlined" color="secondary" onClick={fetchSensorData}>
{LL.REFRESH()}