make all REMOVE and UPDATE buttons look the same

This commit is contained in:
proddy
2024-10-08 22:55:23 +02:00
parent 8e56cbfa63
commit 63f35170c6
3 changed files with 7 additions and 7 deletions

View File

@@ -122,9 +122,9 @@ const SensorsTemperatureDialog = ({
</Button>
<Button
startIcon={<WarningIcon color="warning" />}
variant="contained"
variant="outlined"
onClick={save}
color="info"
color="primary"
>
{LL.UPDATE()}
</Button>