+
{renderThemeChanger()}
);
From bc0e7dd0c47f0d7f36941bf3e9f71bb853995dce Mon Sep 17 00:00:00 2001
From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>
Date: Tue, 25 Jan 2022 05:23:30 +0530
Subject: [PATCH 4/5] Update Search.js
---
src/components/Search.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Search.js b/src/components/Search.js
index eeee7e85..583a3802 100644
--- a/src/components/Search.js
+++ b/src/components/Search.js
@@ -68,7 +68,7 @@ export function Search() {
type="button"
ref={searchButtonRef}
onClick={onOpen}
- className="group leading-6 font-medium flex items-center space-x-3 sm:space-x-4 text-gray-500 bg-gray-100 hover:text-gray-600 dark:bg-gray-800 dark:text-gray-400 transition ease-in-out duration-200 w-full py-1.5 px-1.5 sm:px-4 lg:px-4 rounded-lg border-2 border-gray-200 dark:border-gray-600"
+ className="group leading-6 font-medium flex items-center space-x-3 sm:space-x-4 text-gray-500 bg-gray-100 hover:text-gray-600 dark:bg-gray-800 dark:text-gray-400 transition ease-in-out duration-200 w-full py-1.5 px-1.5 sm:px-4 lg:px-4 rounded-md border-2 border-gray-200 dark:border-gray-600"
>