mirror of
https://github.com/anomalyco/opencode.git
synced 2026-09-10 16:44:55 +00:00
fix(app): apply worktree message color during preparation (#47379)
This commit is contained in:
parent
16601775f1
commit
7a050a19a1
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ function PreparingSession(props: { sessionID: string; pending: PendingSession })
|
|||
provider: { all: providers.all(), default: providers.default(), connected: [] },
|
||||
}}
|
||||
>
|
||||
<div data-component="session-preparing" class="min-h-0 flex-1 overflow-y-auto">
|
||||
<div data-component="session-preparing" data-workspace-session class="min-h-0 flex-1 overflow-y-auto">
|
||||
<SessionIdentityHeader sessionID={props.sessionID} />
|
||||
<div class="mx-auto w-full min-w-0 max-w-[1000px] px-4 pb-5 md:px-5">
|
||||
<SessionUserMessage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue