mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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;
|
||||
|
||||
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
|
||||
lang={lang}
|
||||
error={error}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue