@@ -74,21 +74,21 @@ const ResetPasswordPage = () => {
diff --git a/src/components/SearchBar/SearchBar.tsx b/src/components/SearchBar/SearchBar.tsx
index 1aa403c..9346dbf 100644
--- a/src/components/SearchBar/SearchBar.tsx
+++ b/src/components/SearchBar/SearchBar.tsx
@@ -133,7 +133,7 @@ const SearchBar = memo(() => {
onChange={onChangeSearch}
value={searchText}
placeholder={searchTextPlaceholder}
- className="w-full h-8 border border-gray-300 pl-11 pr-4 text-base text-black dark:text-gray-100 rounded-md"
+ className="w-full h-8 border border-gray-300 dark:border-gray-700 bg-white dark:bg-gray-900 pl-11 pr-4 text-base text-black dark:text-gray-100 rounded-md"
onFocus={onFocus}
id="search-bar"
autoComplete="off"
diff --git a/src/components/SettingsPage/SettingsChangePasswordPopup.tsx b/src/components/SettingsPage/SettingsChangePasswordPopup.tsx
index 7f38447..a8caba6 100644
--- a/src/components/SettingsPage/SettingsChangePasswordPopup.tsx
+++ b/src/components/SettingsPage/SettingsChangePasswordPopup.tsx
@@ -101,7 +101,7 @@ const SettingsChangePasswordPopup: React.FC<