mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
🎨 style: Update background color of CodeBlock component to gray-900 (#6540)
This commit is contained in:
parent
aed468ce1a
commit
8fb6c38a89
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ const CodeBlock: React.FC<CodeBlockProps> = ({
|
||||||
const language = isNonCode ? 'json' : lang;
|
const language = isNonCode ? 'json' : lang;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="w-full rounded-md bg-surface-primary text-xs text-white/80">
|
<div className="w-full rounded-md bg-gray-900 text-xs text-white/80">
|
||||||
<CodeBar
|
<CodeBar
|
||||||
lang={lang}
|
lang={lang}
|
||||||
error={error}
|
error={error}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue