From 63f35170c6bc26ca4b4ba972d92217230abbd39e Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 8 Oct 2024 22:55:23 +0200 Subject: [PATCH] make all REMOVE and UPDATE buttons look the same --- interface/src/app/main/DevicesDialog.tsx | 4 ++-- interface/src/app/main/SensorsAnalogDialog.tsx | 6 +++--- interface/src/app/main/SensorsTemperatureDialog.tsx | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/interface/src/app/main/DevicesDialog.tsx b/interface/src/app/main/DevicesDialog.tsx index e21afaf84..98127c1ec 100644 --- a/interface/src/app/main/DevicesDialog.tsx +++ b/interface/src/app/main/DevicesDialog.tsx @@ -195,9 +195,9 @@ const DevicesDialog = ({ diff --git a/interface/src/app/main/SensorsAnalogDialog.tsx b/interface/src/app/main/SensorsAnalogDialog.tsx index d3782c428..420c790bc 100644 --- a/interface/src/app/main/SensorsAnalogDialog.tsx +++ b/interface/src/app/main/SensorsAnalogDialog.tsx @@ -322,7 +322,7 @@ const SensorsAnalogDialog = ({ diff --git a/interface/src/app/main/SensorsTemperatureDialog.tsx b/interface/src/app/main/SensorsTemperatureDialog.tsx index f1b647cb2..71bfa4fc1 100644 --- a/interface/src/app/main/SensorsTemperatureDialog.tsx +++ b/interface/src/app/main/SensorsTemperatureDialog.tsx @@ -122,9 +122,9 @@ const SensorsTemperatureDialog = ({