From f4051a73b4961de26e7b8c4bf297de8eda57e39a Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 3 Aug 2023 19:49:22 -0700 Subject: refactor: :lipstick: smaller icons --- extension/react-app/src/components/StepContainer.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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 19cdd2e1..d9280c75 100644 --- a/extension/react-app/src/components/StepContainer.tsx +++ b/extension/react-app/src/components/StepContainer.tsx @@ -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 ? ( ) : ( )} @@ -232,8 +232,8 @@ function StepContainer(props: StepContainerProps) { }} > -- cgit v1.2.3-70-g09d2