Skip to content

Commit 54e0a96

Browse files
committed
fix: remove tui borders
1 parent d2c1f6d commit 54e0a96

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

tui/routes/summary.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,7 @@ function SummaryScreen(props: { api: TuiPluginApi; params: SummaryRouteParams })
143143
</text>
144144
</box>
145145

146-
<box
147-
flexGrow={1}
148-
width="100%"
149-
marginTop={1}
150-
border
151-
borderStyle="single"
152-
borderColor={palette().border}
153-
padding={1}
154-
flexDirection="column"
155-
>
146+
<box flexGrow={1} width="100%" marginTop={1} padding={1} flexDirection="column">
156147
<text fg={palette().text}>{parsed().body || "(no summary available)"}</text>
157148

158149
<For each={parsed().sections}>

tui/slots/sidebar-content.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,6 @@ const SidebarContext = (props: {
314314
width="100%"
315315
flexDirection="column"
316316
backgroundColor={props.palette.surface}
317-
border
318-
borderStyle="single"
319-
borderColor={props.palette.accent}
320317
paddingTop={1}
321318
paddingBottom={1}
322319
paddingLeft={1}

0 commit comments

Comments
 (0)