Skip to content

Commit

Permalink
fix search close brn on countries searcher
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Apr 11, 2024
1 parent 0ddee5f commit 374be87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/countries/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function CountriesList() {
{!!searchValue && (
<button
type="button"
className="absolute right-3 top-3"
className="absolute right-8 top-3.5"
aria-label="reset-search"
onClick={() => setSearchValue(null)}
>
Expand Down

0 comments on commit 374be87

Please sign in to comment.