summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/UserInputContainer.tsx
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-07-05 23:20:06 -0700
committerTy Dunn <ty@tydunn.com>2023-07-05 23:20:06 -0700
commita5386d7897f5e3f3f7443246de3a443f5b2179d0 (patch)
treeaa51a50475d06efc4d1f039dad8068363e08fee4 /extension/react-app/src/components/UserInputContainer.tsx
parentc0177d013e79593e6444069feec08bc2dff9c157 (diff)
parent22b02641b4b14ffad32914d046e645cf6f850253 (diff)
downloadsncontinue-a5386d7897f5e3f3f7443246de3a443f5b2179d0.tar.gz
sncontinue-a5386d7897f5e3f3f7443246de3a443f5b2179d0.tar.bz2
sncontinue-a5386d7897f5e3f3f7443246de3a443f5b2179d0.zip
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'extension/react-app/src/components/UserInputContainer.tsx')
-rw-r--r--extension/react-app/src/components/UserInputContainer.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/react-app/src/components/UserInputContainer.tsx b/extension/react-app/src/components/UserInputContainer.tsx
index 44fdba38..28437d35 100644
--- a/extension/react-app/src/components/UserInputContainer.tsx
+++ b/extension/react-app/src/components/UserInputContainer.tsx
@@ -15,7 +15,7 @@ interface UserInputContainerProps {
}
const StyledDiv = styled.div`
- background-color: rgb(50 50 50);
+ background-color: rgb(45 45 45);
padding: 8px;
padding-left: 16px;
padding-right: 16px;
@@ -28,8 +28,8 @@ const StyledDiv = styled.div`
const UserInputContainer = (props: UserInputContainerProps) => {
return (
- <StyledDiv hidden={props.historyNode.step.hide as any}>
- {props.children}
+ <StyledDiv>
+ <b>{props.children}</b>
<div style={{ marginLeft: "auto" }}>
<HeaderButtonWithText
onClick={(e) => {