Skip to content

Commit 7670b07

Browse files
author
Factory Bot
committed
fix: remove border from file explorer header per Figma design
1 parent 5aa31b7 commit 7670b07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cortex-gui/src/components/FileExplorer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3174,6 +3174,8 @@ export function FileExplorer(props: FileExplorerProps) {
31743174
padding: "8px 16px",
31753175
height: "32px",
31763176
"flex-shrink": "0",
3177+
background: "transparent",
3178+
border: "none",
31773179
}}
31783180
>
31793181
<div style={{ display: "flex", "align-items": "center", gap: "4px" }}>

0 commit comments

Comments
 (0)