From e17388eee44534e6b5d55bfcb4ae3e16cc5e1ede Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 1 Aug 2023 20:32:24 -0700 Subject: fix icon sizes --- .../react-app/src/components/StepContainer.tsx | 23 +++++++++++++++------- 1 file changed, 16 insertions(+), 7 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 4726b609..19cdd2e1 100644 --- a/extension/react-app/src/components/StepContainer.tsx +++ b/extension/react-app/src/components/StepContainer.tsx @@ -167,12 +167,12 @@ function StepContainer(props: StepContainerProps) { loading={(props.historyNode.active as boolean) || false} error={props.historyNode.observation?.error ? true : false} > -
+
{!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 ? ( @@ -226,7 +231,11 @@ function StepContainer(props: StepContainerProps) { props.onRetry(); }} > - + ) : ( <> -- cgit v1.2.3-70-g09d2