From cdc5011eb6377c6127cf687a6a3cdf526894660e Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 14 Jun 2026 17:04:07 +0200 Subject: [PATCH] prevent icons flashing white on page reload --- interface/src/app/main/Dashboard.tsx | 2 ++ interface/src/app/main/Devices.tsx | 1 + 2 files changed, 3 insertions(+) diff --git a/interface/src/app/main/Dashboard.tsx b/interface/src/app/main/Dashboard.tsx index e90cbca19..3a1c0055e 100644 --- a/interface/src/app/main/Dashboard.tsx +++ b/interface/src/app/main/Dashboard.tsx @@ -336,6 +336,7 @@ const Dashboard = memo(() => { size="small" aria-label={LL.RUN_COMMAND()} onClick={() => editDashboardValue(di)} + style={{ backgroundColor: 'transparent' }} > { LL.CHANGE_VALUE() + ' ' + LL.VALUE(0) } onClick={() => editDashboardValue(di)} + style={{ backgroundColor: 'transparent' }} > { showDeviceValue(dv)} + style={{ backgroundColor: 'transparent' }} > {dv.v === '' ? (