From a5ba70a6d74e39b08e34c3630095c0fd41cfd124 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 29 Mar 2022 18:32:28 +0200 Subject: [PATCH] some cosmetic changes --- interface/src/project/SettingsCustomization.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/src/project/SettingsCustomization.tsx b/interface/src/project/SettingsCustomization.tsx index 136c3d951..94913af6f 100644 --- a/interface/src/project/SettingsCustomization.tsx +++ b/interface/src/project/SettingsCustomization.tsx @@ -46,7 +46,7 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({ fontSize: 11 }, [`&.${tableCellClasses.body}`]: { - fontSize: 11 + fontSize: 12 } })); @@ -60,7 +60,7 @@ const SettingsCustomization: FC = () => { const [confirmReset, setConfirmReset] = useState(false); // eslint-disable-next-line - const [masks, setMasks] = useState(() => ['1']); + const [masks, setMasks] = useState(() => ['']); const fetchDevices = useCallback(async () => { try { @@ -119,10 +119,10 @@ const SettingsCustomization: FC = () => { You can mark an entity as a favorite to be listed first in the Dashboard ( - ) ,or remove it entirely from the Dashboard ( - ) ,or disable it's write operation ( - ) or have it excluded from the MQTT and API outputs ( - + ) ,or remove it entirely from the Dashboard ( + ) ,or disable it's write operation ( + ) or have it excluded from the MQTT and API outputs ( + ).