summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/StepContainer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'extension/react-app/src/components/StepContainer.tsx')
-rw-r--r--extension/react-app/src/components/StepContainer.tsx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx
index 8eb132cd..fe81e9e1 100644
--- a/extension/react-app/src/components/StepContainer.tsx
+++ b/extension/react-app/src/components/StepContainer.tsx
@@ -158,7 +158,7 @@ function StepContainer(props: StepContainerProps) {
isLast={props.isLast}
borderColor={
props.historyNode.observation?.error
- ? "#f00"
+ ? "#f005"
: props.historyNode.active
? undefined
: "transparent"
@@ -176,7 +176,11 @@ function StepContainer(props: StepContainerProps) {
loading={(props.historyNode.active as boolean) || false}
error={props.historyNode.observation?.error ? true : false}
>
- <LeftHeaderSubDiv>
+ <LeftHeaderSubDiv
+ style={
+ props.historyNode.observation?.error ? { color: "white" } : {}
+ }
+ >
{!isUserInput &&
(props.open ? (
<ChevronDownIcon width="1.4em" height="1.4em" />