From 4fa8b7fd22b0c59dbcf5e573601bc686d9c1d1ee Mon Sep 17 00:00:00 2001 From: Ryan Furrer Date: Wed, 4 Sep 2024 07:45:14 -0400 Subject: [PATCH] fix: fixed dropdown styling (#4077) Co-authored-by: Nick Taylor --- components/Repositories/AddToWorkspaceModal.tsx | 2 +- components/atoms/Select/single-select.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Repositories/AddToWorkspaceModal.tsx b/components/Repositories/AddToWorkspaceModal.tsx index e682cd9838..e786667adc 100644 --- a/components/Repositories/AddToWorkspaceModal.tsx +++ b/components/Repositories/AddToWorkspaceModal.tsx @@ -70,7 +70,7 @@ export default function AddToWorkspaceModal({ repository, isOpen, onCloseModal, onInteractOutside={onCloseModal} > Add to workspace}> -
+
{!user ? (
@@ -75,7 +75,7 @@ const SingleSelect = ({
- + <> {options.length > 0 && (