Skip to content

Commit 1ee2b29

Browse files
committed
i hate borders
1 parent 5d40d5a commit 1ee2b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dashboard/components/layout/navigation/navigation-section.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const NavigationSection = memo(function NavigationSectionComponent({
128128
"flex h-10 items-center gap-3 px-3 text-left font-medium text-sidebar-foreground text-sm focus:outline-none",
129129
isExpanded
130130
? "border-sidebar-border border-b bg-sidebar-accent-brighter"
131-
: "border-sidebar-border border-b hover:bg-sidebar-accent-brighter"
131+
: "hover:bg-sidebar-accent-brighter"
132132
)}
133133
data-section={title}
134134
data-track="navigation-section-toggle"
@@ -154,7 +154,7 @@ export const NavigationSection = memo(function NavigationSectionComponent({
154154
{isExpanded && (
155155
<motion.div
156156
animate={{ opacity: 1, height: "auto" }}
157-
className="overflow-hidden pt-px"
157+
className="overflow-hidden"
158158
exit={{ opacity: 0, height: 0 }}
159159
initial={{ opacity: 0, height: 0 }}
160160
>

0 commit comments

Comments
 (0)