summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/CodeBlock.tsx
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-12 10:50:33 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-12 10:50:33 -0700
commit792b65745b89bb59802294357378113493d25b63 (patch)
tree1d038ca5e1ac837fa704b454136f597bdd02797d /extension/react-app/src/components/CodeBlock.tsx
parentc66f39173bec7e45955dc8b96ae6c44ed5bdc162 (diff)
downloadsncontinue-792b65745b89bb59802294357378113493d25b63.tar.gz
sncontinue-792b65745b89bb59802294357378113493d25b63.tar.bz2
sncontinue-792b65745b89bb59802294357378113493d25b63.zip
calculate diff and highlight changes
Diffstat (limited to 'extension/react-app/src/components/CodeBlock.tsx')
-rw-r--r--extension/react-app/src/components/CodeBlock.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/components/CodeBlock.tsx b/extension/react-app/src/components/CodeBlock.tsx
index e0336554..eedae3fb 100644
--- a/extension/react-app/src/components/CodeBlock.tsx
+++ b/extension/react-app/src/components/CodeBlock.tsx
@@ -11,6 +11,7 @@ const StyledPre = styled.pre`
border: 1px solid gray;
border-radius: ${defaultBorderRadius};
background-color: ${vscBackground};
+ padding: 8px;
`;
const StyledCode = styled.code`