We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2090c6 commit f2b844bCopy full SHA for f2b844b
components/Folder/AddFolderButton.tsx
@@ -19,7 +19,7 @@ export const AddFolderButton = ({
19
<button
20
className={
21
!isModal
22
- ? "w-[100px] md:mt-auto xl:mt-0 text-purple100"
+ ? "md:mt-auto xl:mt-0 text-purple100"
23
: "fixed-bottom w-[120px] h-[35px] rounded-[20px] bg-purple100 text-white hover:bg-purple50"
24
}
25
onClick={() => openModal("AddFolderModal")}
0 commit comments