This commit is contained in:
Enrico Ros
2025-02-22 20:34:07 -08:00
parent 3a2de83920
commit 4dd03c7bd6
2 changed files with 4 additions and 2 deletions
@@ -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';
@@ -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 = {