From 2856e23a4a7199219bade4f8cbc625935e99ce2f Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sat, 28 Oct 2023 12:50:11 -0400 Subject: [PATCH] fixed the dropdown --- components/Checkbox.tsx | 4 +- components/ClickAwayHandler.tsx | 12 +++- components/CollectionCard.tsx | 4 +- components/Dropdown.tsx | 109 ++++++++++++++++++++++++-------- components/LinkCard.tsx | 13 ++-- components/Modal/index.tsx | 2 +- components/ProfilePhoto.tsx | 8 ++- components/SettingsSidebar.tsx | 4 +- components/Sidebar.tsx | 4 +- components/SubmitButton.tsx | 2 +- components/TextInput.tsx | 4 +- 11 files changed, 120 insertions(+), 46 deletions(-) diff --git a/components/Checkbox.tsx b/components/Checkbox.tsx index 6c661c5..d54c08b 100644 --- a/components/Checkbox.tsx +++ b/components/Checkbox.tsx @@ -11,7 +11,9 @@ type Props = { export default function Checkbox({ label, state, className, onClick }: Props) { return ( -