refactor: adjust className formatting in LayoutShell and optimize motion.div properties in SidebarSlideOutPanel

This commit is contained in:
Anish Sarkar 2026-04-08 16:04:11 +05:30
parent 5eada7bcab
commit e8c2377824
2 changed files with 9 additions and 10 deletions

View file

@ -410,7 +410,7 @@ export function LayoutShell({
pageUsage={pageUsage}
theme={theme}
setTheme={setTheme}
className={cn(
className={cn(
"flex shrink-0 transition-[border-radius] duration-200",
anySlideOutOpen ? "rounded-l-xl delay-0" : "rounded-xl delay-150"
)}