correct bg

This commit is contained in:
mp 2024-12-22 21:41:37 -08:00
parent e7af8d9448
commit 70c7d0261c

View file

@ -288,7 +288,7 @@ export const SelectedFiles = (
</div>
{/* selection text */}
{showSelectionText &&
<div className='w-full p-1 rounded-sm border-vscode-editor-border bg-vscode-editor-bg'>
<div className='w-full p-1 rounded-sm border-vscode-editor-border bg-vscode-sidebar-bg'>
<BlockCode text={selection.selectionStr!} language={getLanguageFromFileName(selection.fileURI.path)} />
</div>
}