Skip to content

Commit 759ec6b

Browse files
authored
fix: Remove tool bottom border (#53)
1 parent 7a75b52 commit 759ec6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function App() {
2323
}}
2424
/>
2525
<div className="bg-foreground/5 overflow-auto h-[70dvh] sm:h-full relative flex flex-col">
26-
<div className="flex sm:items-center flex-col sm:flex-row justify-between p-4 gap-2 z-10 border-b">
26+
<div className="flex sm:items-center flex-col sm:flex-row justify-between p-4 gap-2 z-10">
2727
<ToolSelector />
2828
<div className="flex items-center gap-1">
2929
{activeTool.options.map(

0 commit comments

Comments
 (0)