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 03eb1c1 commit a2090c6Copy full SHA for a2090c6
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"
+ ? "w-[100px] 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