mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
correct bg
This commit is contained in:
parent
e7af8d9448
commit
70c7d0261c
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ export const SelectedFiles = (
|
||||||
</div>
|
</div>
|
||||||
{/* selection text */}
|
{/* selection text */}
|
||||||
{showSelectionText &&
|
{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)} />
|
<BlockCode text={selection.selectionStr!} language={getLanguageFromFileName(selection.fileURI.path)} />
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue