Skip to content

Commit

Permalink
Merge branch 'master' into hflatval/centralize-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Dec 1, 2024
2 parents 6c1b0d2 + 0221063 commit 479bb83
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ import { PointsOfInterestStatus } from './types';

export const DEFAULT_OVERLAY_COLOR = new Color('#C945DB');
export const PENDING_OVERLAY_COLOR = new Color('#33AA33');
export const SELECTED_COLOR = new Color('#6464FF');
export const SELECTED_COLOR = new Color('#5151ce');
export const PENDING_DELETION_OVERLAY_COLOR = new Color('#AA3333');

export function convertToSelectedColor(color: Color): Color {
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ const PanelHeader = (): ReactNode => {
</Dropdown>
<RevealButtons.DeleteSelectedPointOfInterest toolbarPlacement={'top'} />
<Button
icon=<CloseIcon />
icon={<CloseIcon />}
type="ghost"
onClick={() => poiDomainObject?.setSelectedPointOfInterest(undefined)}
/>

0 comments on commit 479bb83

Please sign in to comment.