Skip to content

Commit f316b74

Browse files
committed
fix: border hub search
1 parent 92d8367 commit f316b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/routes/hub.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ function Hub() {
243243
<div className="flex h-full w-full">
244244
<div className="flex flex-col h-full w-full">
245245
<HeaderPage>
246-
<div className="pr-4 py-3 border-b border-main-view-fg/5 h-10 w-full flex items-center justify-between relative z-20 ">
246+
<div className="pr-4 py-3 h-10 w-full flex items-center justify-between relative z-20 ">
247247
<div className="flex items-center gap-2 w-full">
248248
{isSearching ? (
249249
<Loader className="size-4 animate-spin text-main-view-fg/60" />

0 commit comments

Comments
 (0)