Skip to content

Commit

Permalink
Release 2.0.105-b6
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Nov 2, 2024
1 parent 2fc6c3b commit c513def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/themes/AppThemes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,5 @@ export const ledfxTheme =
: window.location.origin === 'https://my.ledfx.app'
? 'DarkGreen'
: isElectron()
? 'DarkOrange'
? 'DarkWhite'
: 'DarkBlue') || 'DarkBlue'
2 changes: 1 addition & 1 deletion src/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c513def

Please sign in to comment.