fix(tui): remove inbox divider
This commit is contained in:
parent
1b78dd7f9c
commit
b20d62de6a
1 changed files with 0 additions and 2 deletions
|
|
@ -253,8 +253,6 @@ export function SessionInbox() {
|
|||
flexShrink={0}
|
||||
flexDirection="column"
|
||||
backgroundColor={theme.background.default}
|
||||
border={["right"]}
|
||||
borderColor={theme.border.default}
|
||||
>
|
||||
<box height={3} flexShrink={0} paddingLeft={2} paddingRight={1} flexDirection="row" alignItems="center">
|
||||
<text flexGrow={1} fg={theme.text.default} attributes={TextAttributes.BOLD}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue