fix(app): use v2 base background for file views (#36836)
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
This commit is contained in:
parent
cdee625a13
commit
bfddf05782
2 changed files with 9 additions and 2 deletions
|
|
@ -757,7 +757,7 @@ function SessionFileViewV2(props: { tab: string }) {
|
|||
commentsUi.onLineNumberSelectionEnd(range)
|
||||
}}
|
||||
search={search}
|
||||
class="select-text"
|
||||
class="select-text [--opencode-diffs-bg:var(--v2-background-bg-base)]"
|
||||
media={{
|
||||
mode: "auto",
|
||||
path: path(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue