diff --git a/interface/src/framework/system/SystemStatus.tsx b/interface/src/framework/system/SystemStatus.tsx index 73f5db67d..160d96d2f 100644 --- a/interface/src/framework/system/SystemStatus.tsx +++ b/interface/src/framework/system/SystemStatus.tsx @@ -289,7 +289,7 @@ const SystemStatus: FC = () => { variant="outlined" onClick={restart} disabled={processing} - color="primary" + color="error" > {LL.RESTART()} @@ -298,7 +298,7 @@ const SystemStatus: FC = () => { variant="outlined" onClick={partition} disabled={processing} - color="primary" + color="warning" > EMS-ESP Loader