summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/StepContainer.tsx
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-07-04 21:37:39 -0700
committerTy Dunn <ty@tydunn.com>2023-07-04 21:37:39 -0700
commit26f147d2fdd5412117445c97a937c49b064da082 (patch)
tree0dd728f2ce806d0dba2dc15a65a26f2c58562a74 /extension/react-app/src/components/StepContainer.tsx
parentd802dae10b26f59893380829feea3104b0650e14 (diff)
parent2d8c28965684d03ef711253e5555ef304882828f (diff)
downloadsncontinue-26f147d2fdd5412117445c97a937c49b064da082.tar.gz
sncontinue-26f147d2fdd5412117445c97a937c49b064da082.tar.bz2
sncontinue-26f147d2fdd5412117445c97a937c49b064da082.zip
Merge branch 'main' into stop
Diffstat (limited to 'extension/react-app/src/components/StepContainer.tsx')
-rw-r--r--extension/react-app/src/components/StepContainer.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx
index 492857b5..311f68cf 100644
--- a/extension/react-app/src/components/StepContainer.tsx
+++ b/extension/react-app/src/components/StepContainer.tsx
@@ -84,7 +84,8 @@ const MarkdownPre = styled.pre`
const StyledCode = styled.code`
word-wrap: break-word;
- color: lightgray;
+ color: #f69292;
+ background: transparent;
`;
const gradient = keyframes`