Skip to content

Commit

Permalink
fix(ItinerarySegment): fix incorrect status colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Jan 24, 2023
1 parent d921a30 commit ebafe7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@ import ChevronUp from "../../../icons/ChevronUp";
import ChevronDown from "../../../icons/ChevronDown";
import themeDefault from "../../../defaultTheme";
import Stack from "../../../Stack";
import Text from "../../../Text";
import { StyledTemporaryText as Text } from "../../ItineraryBadgeList/ItineraryBadgeListItem";
import Slide from "../../../utils/Slide";
import useBoundingRect from "../../../hooks/useBoundingRect";
import { useRandomIdSeed } from "../../../hooks/useRandomId";
Expand Down
Expand Up @@ -7,7 +7,7 @@ import Circle from "../../../icons/CircleSmall";
import { useWidth } from "../../context";
import defaultTheme from "../../../defaultTheme";
import Stack from "../../../Stack";
import Text from "../../../Text";
import { StyledTemporaryText as Text } from "../../ItineraryBadgeList/ItineraryBadgeListItem";
import ItineraryIcon from "../ItineraryIcon";
import { usePart } from "../context";
import type { Props } from "./types";
Expand Down

0 comments on commit ebafe7e

Please sign in to comment.