File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/dashboard/components/layout/navigation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments