From 4dd03c7bd60f8e5c19e6c2a5da6e12851a132b95 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Sat, 22 Feb 2025 20:34:07 -0800 Subject: [PATCH] Fix port --- src/common/layout/optima/panel/DesktopPanel.tsx | 2 +- src/common/layout/optima/panel/OptimaPanelGroupedList.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/common/layout/optima/panel/DesktopPanel.tsx b/src/common/layout/optima/panel/DesktopPanel.tsx index 3ed269387..1be46db23 100644 --- a/src/common/layout/optima/panel/DesktopPanel.tsx +++ b/src/common/layout/optima/panel/DesktopPanel.tsx @@ -5,7 +5,7 @@ import { Box, List, Sheet, styled } from '@mui/joy'; import { NavItemApp } from '~/common/app.nav'; import { themeScalingMap, themeZIndexDesktopPanel } from '~/common/app.theme'; -import { useUIContentScaling } from '~/common/stores/store-ui'; +import { useUIContentScaling } from '~/common/state/store-ui'; import { PanelContentPortal } from './PanelContentPortal'; import { optimaClosePanel, useOptimaPanelOpen } from '../useOptima'; diff --git a/src/common/layout/optima/panel/OptimaPanelGroupedList.tsx b/src/common/layout/optima/panel/OptimaPanelGroupedList.tsx index c3384a591..ebf7238ca 100644 --- a/src/common/layout/optima/panel/OptimaPanelGroupedList.tsx +++ b/src/common/layout/optima/panel/OptimaPanelGroupedList.tsx @@ -5,7 +5,9 @@ import { Box, Checkbox, MenuList } from '@mui/joy'; import { ExpanderControlledBox } from '~/common/components/ExpanderControlledBox'; import { themeScalingMap } from '~/common/app.theme'; -import { useUIContentScaling } from '~/common/stores/store-ui'; +import { useUIContentScaling } from '~/common/state/store-ui'; + +import { OPTIMA_PANEL_GROUPS_SPACING } from '../optima.config'; const gutterSx: SxProps = {