Skip to content

Commit df70d33

Browse files
committed
footer prompt transparent bg
1 parent eff0387 commit df70d33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/opencode/src/cli/cmd/run/footer.prompt.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import {
3333
pushPromptHistory,
3434
} from "./prompt.shared"
3535
import type { FooterKeybinds, FooterState, RunAgent, RunPrompt, RunPromptPart, RunResource } from "./types"
36-
import type { RunFooterTheme } from "./theme"
36+
import { transparent, type RunFooterTheme } from "./theme"
3737

3838
const LEADER_TIMEOUT_MS = 2000
3939
const AUTOCOMPLETE_ROWS = 6
@@ -219,7 +219,7 @@ export function RunPromptAutocomplete(props: {
219219
width="100%"
220220
height={AUTOCOMPLETE_ROWS}
221221
flexDirection="column"
222-
backgroundColor={props.theme().pane}
222+
backgroundColor={transparent}
223223
>
224224
<Index
225225
each={props.options()}

0 commit comments

Comments
 (0)