fix(tui): fill image message background (#42062)

Co-authored-by: Simon Klee <hello@simonklee.dk>
This commit is contained in:
opencode-agent[bot]
2026-08-12 15:51:19 +00:00
committed by GitHub
parent bef795b2fe
commit 0777e84598
@@ -1983,6 +1983,7 @@ function UserMessage(props: { message: SessionMessageUser }) {
border={["left"]}
borderColor={delivery() ? theme.border.default : color()}
customBorderChars={SplitBorder.customBorderChars}
backgroundColor={theme.background.default}
>
<SessionImages images={images()} paddingLeft={2} />
<box