diff --git a/src/themes/AppThemes.tsx b/src/themes/AppThemes.tsx index c7b56a3c..d9e9c929 100644 --- a/src/themes/AppThemes.tsx +++ b/src/themes/AppThemes.tsx @@ -288,5 +288,5 @@ export const ledfxTheme = : window.location.origin === 'https://my.ledfx.app' ? 'DarkGreen' : isElectron() - ? 'DarkOrange' + ? 'DarkWhite' : 'DarkBlue') || 'DarkBlue' diff --git a/src/utils/helpers.ts b/src/utils/helpers.ts index 7af28a0d..13239c90 100644 --- a/src/utils/helpers.ts +++ b/src/utils/helpers.ts @@ -4,7 +4,7 @@ import { IMCell } from '../pages/Devices/EditVirtuals/EditMatrix/M.utils' /* eslint-disable @typescript-eslint/indent */ export const drawerWidth = 240 -export const frontendConfig = 13 +export const frontendConfig = 14 export const formatTime = (dura: number) => { let seconds: string | number