From 6a3967838e1d1541404a17f9d684d7efceb28031 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 1 Aug 2023 18:15:26 -0700 Subject: use hero-icons, instead of styled-icons/heroicons --- .../react-app/src/components/StepContainer.tsx | 29 ++++++++++++---------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'extension/react-app/src/components/StepContainer.tsx') diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx index 2cfe7ecd..4726b609 100644 --- a/extension/react-app/src/components/StepContainer.tsx +++ b/extension/react-app/src/components/StepContainer.tsx @@ -9,13 +9,13 @@ import { vscForeground, } from "."; import { - ChevronDown, - ChevronRight, - ArrowPath, - XMark, - MagnifyingGlass, -} from "@styled-icons/heroicons-outline"; -import { StopCircle } from "@styled-icons/heroicons-solid"; + ChevronDownIcon, + ChevronRightIcon, + ArrowPathIcon, + XMarkIcon, + MagnifyingGlassIcon, + StopCircleIcon, +} from "@heroicons/react/24/outline"; import { HistoryNode } from "../../../schema/HistoryNode"; import HeaderButtonWithText from "./HeaderButtonWithText"; import { getMetaKeyLabel, isMetaEquivalentKeyPressed } from "../util"; @@ -170,9 +170,9 @@ function StepContainer(props: StepContainerProps) {
{!isUserInput && (props.open ? ( - + ) : ( - + ))} {props.historyNode.observation?.title || (props.historyNode.step.name as any)} @@ -195,7 +195,7 @@ function StepContainer(props: StepContainerProps) { client?.showLogsAtIndex(props.index); }} > - + )} {props.historyNode.active ? ( - + ) : ( - + )} {props.historyNode.observation?.error ? ( @@ -223,7 +226,7 @@ function StepContainer(props: StepContainerProps) { props.onRetry(); }} > - + ) : ( <> -- cgit v1.2.3-70-g09d2