From 3d335963b9cddcf7d126734da6b113ac3d76ef37 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 14 Jun 2024 11:47:04 +0200 Subject: [PATCH] color restart button --- interface/src/framework/system/SystemStatus.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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