Skip to content

Commit

Permalink
fix: Fixed chrome ui bug (icon was not correctly displayed) (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Groß <mail@gross-johannes.de>
  • Loading branch information
jo-gross authored Mar 4, 2024
1 parent f3ef485 commit 1a669bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ListSearchField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default function ListSearchField(props: ListSearchFieldProps) {
props.onFilterChange(e.target.value);
}}
/>
<span className={'join-item'}>
<FaSearch className={'h-full w-fit rounded-r-md bg-primary pl-4 pr-4 text-base-200'} />
<span className={'btn btn-primary join-item'}>
<FaSearch />
</span>
</div>
);
Expand Down

0 comments on commit 1a669bd

Please sign in to comment.