From f7b129b31a5183d25f0921b23809a5872ab16529 Mon Sep 17 00:00:00 2001 From: Muhammad Saad Date: Tue, 28 May 2024 20:12:00 +0500 Subject: [PATCH] fix: increased dialog box width when non-mac used ternary operator to switch width, didnot use w-72 as the header logo gets very small when approaching sm breakpoint fix #3481 --- components/organisms/SearchDialog/search-dialog.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/components/organisms/SearchDialog/search-dialog.tsx b/components/organisms/SearchDialog/search-dialog.tsx index a74ac5fb80..5df412032f 100644 --- a/components/organisms/SearchDialog/search-dialog.tsx +++ b/components/organisms/SearchDialog/search-dialog.tsx @@ -166,9 +166,9 @@ const SearchDialog = () => { ) : isSearchError && !isSearching && (repoDataError || repoData.length === 0) ? ( - - We couldn't find any users or repositories with that name - + + We couldn't find any users or repositories with that name + ) : ( <>
{renderUserSearchState()}
@@ -200,7 +200,9 @@ const SearchDialogTrigger = () => { return ( <>
setOpenSearch(true)} >