Merge branch 'main' of https://github.com/vercel-labs/ai-chatbot into update-deps
This commit is contained in:
commit
845a93a237
3 changed files with 14 additions and 2 deletions
|
|
@ -128,6 +128,9 @@ const CodeBlock: FC<Props> = memo(({ language, value }) => {
|
|||
background: 'transparent',
|
||||
padding: '1.5rem 1rem'
|
||||
}}
|
||||
lineNumberStyle={{
|
||||
userSelect: "none",
|
||||
}}
|
||||
codeTagProps={{
|
||||
style: {
|
||||
fontSize: '0.9rem',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue