File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/frontend/src/components/keplerGl/factories Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { useForward } from '../../../hooks';
1616import { selectFilters , selectFiltersConfig } from '../../../store/selectors' ;
1717import { FiltersConfigInterface } from '@datatlas/models' ;
1818import { PublishButton } from '../../buttons/PublishButton' ;
19- import { darkTheme , lightTheme } from '../../../style/theme' ;
19+ import { lightTheme } from '../../../style/theme' ;
2020
2121const StyledMapControl = styled . div < Pick < MapControlProps , 'theme' | 'top' > > `
2222 right: 0;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {
1818 FloatingContext ,
1919 FloatingFocusManager ,
2020} from '@floating-ui/react' ;
21- import { darkTheme , lightTheme } from '../../../../style/theme' ;
21+ import { lightTheme } from '../../../../style/theme' ;
2222import { LayerHoverInfoProps } from './LayerHoverInfo' ;
2323import { useIsMobile } from '../../../../hooks' ;
2424
You can’t perform that action at this time.
0 commit comments