Skip to content

Commit

Permalink
import corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
dariaterekhova-actionengine committed Jun 3, 2022
1 parent 6bfd943 commit 72bef9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/dataset-label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import React from 'react';
import styled from 'styled-components';
import {CenterFlexbox, DatasetSquare} from 'components/common/styled-components';
import {RGBColor} from 'reducers';
import {RGBColor} from '@kepler.gl/types';

const DatasetName = styled.div.attrs({
className: 'dataset-name'
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/styled-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import styled from 'styled-components';
import ReactTooltip from 'react-tooltip';
import {media} from 'styles/media-breakpoints';
import classnames from 'classnames';
import {RGBColor} from 'reducers';
import {RGBColor} from '@kepler.gl/types';

export const SelectText = styled.span`
color: ${props => props.theme.labelColor};
Expand Down

0 comments on commit 72bef9c

Please sign in to comment.