fix(tui): fill image message background (#42062)
Co-authored-by: Simon Klee <hello@simonklee.dk>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user