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
commit4fd50ba78b0199d3495f1cd7e08f595a751e6fe3 (patch)
treecb74b1ab31218ee1ba523cf924170969f2308bb0 /extension/react-app/src/components/UserInputContainer.tsx
parentd5a92ae77ab692c4f7d57e041a2927a41d8133bd (diff)
parentd259979ef89f17957396fc7300e1ecf54214ae84 (diff)
downloadsncontinue-4fd50ba78b0199d3495f1cd7e08f595a751e6fe3.tar.gz
sncontinue-4fd50ba78b0199d3495f1cd7e08f595a751e6fe3.tar.bz2
sncontinue-4fd50ba78b0199d3495f1cd7e08f595a751e6fe3.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) => {