feat(filelist): added file list ui

Drop down menu that shows it all
This commit is contained in:
JK-le-dev 2025-10-19 07:52:13 -05:00
commit 8917a4d1a5
5 changed files with 127 additions and 87 deletions

View file

@ -6,7 +6,7 @@ export default function DownButton({ onClick }) {
return (
<motion.button
onClick={onClick}
className="bg-gray-700 p-2 rounded-2xl file-input border-2 border-gray-600"
className="bg-gray-700 p-2 rounded-2xl file-input border-2 border-gray-600 size-10"
whileHover={{ scale: 1.1 }}
whileTap={{ scale: 0.9 }}
>