Update LibraryFolders.tsx
This commit is contained in:
parent
e1d99c47ca
commit
99a08da2e6
|
@ -77,7 +77,7 @@ function LibraryFolders({ folders, currentFolder, setFolder, toggleFolderMode }:
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<motion.div
|
<motion.div
|
||||||
className='flex flex-col text:xs sm:text-sm'
|
className='flex flex-col select-none text:xs sm:text-sm'
|
||||||
initial={{ ...animateSideView.initial }}
|
initial={{ ...animateSideView.initial }}
|
||||||
animate={{ ...animateSideView.animate }}
|
animate={{ ...animateSideView.animate }}
|
||||||
exit={{ ...animateSideView.exit }}
|
exit={{ ...animateSideView.exit }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user