Update LibraryFolders.tsx

This commit is contained in:
IRBorisov 2024-06-20 21:12:16 +03:00
parent e1d99c47ca
commit 99a08da2e6

View File

@ -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 }}