File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Now it should be easier to see what the CLI actually changed, and we can now pro
2121 If the ` sidebar ` component was modified by the CLI, it most likely went back to using ` ease-linear ` and ` duration-200 ` .
2222 * Change ` ease-linear ` for the sidebar to ` ease-in-out ` .
2323 * Increase the duration from ` duration-200 ` to ` duration-300 ` .
24+ * If the ` sidebar-menu-sub ` component was modified, ensure that the ` ml-* ` classes were not reverted back to ` mx-* ` classes.
2425
25262 . ** Update ` sonner ` component if modified**
2627
Original file line number Diff line number Diff line change 1515 data-slot =" sidebar-menu-sub"
1616 data-sidebar =" menu-sub"
1717 class ={cn (
18- " border-sidebar-border mx -3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l px -2.5 py-0.5" ,
18+ " border-sidebar-border ml -3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l pl -2.5 py-0.5" ,
1919 " group-data-[collapsible=icon]:hidden" ,
2020 className
2121 )}
You can’t perform that action at this time.
0 commit comments