Skip to content

Commit

Permalink
[Fix] Updated SearchBar styling and placeholder by resizing container…
Browse files Browse the repository at this point in the history
…s on QuestPage
  • Loading branch information
biliesilva committed Dec 19, 2024
1 parent fde604d commit cbac349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/screens/Quests/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ export function QuestsPage() {
<SearchBar
searchText={searchText}
setSearchText={setSearchText}
i18n={{ placeholder: 'Search Quest' }}
styles={{ container: { margin: '0px 0px 0px auto' } }}
i18n={{ placeholder: 'Search' }}
classNames={{ container: styles.searchBar }}
suggestions={suggestedSearchTitles}
/>
}
Expand Down

0 comments on commit cbac349

Please sign in to comment.