Skip to content

Commit

Permalink
fix: match loading icon size to maginifer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Feb 7, 2023
1 parent b236898 commit 7b3e737
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/loading-icon-size.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"meilisearch-docsearch": "patch"
---

Change loading icon size to match the magnifier icon size inside the search input.
4 changes: 2 additions & 2 deletions src/icons/Loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const LoadingIcon: Component<{ class?: string }> = (props) => {
return (
<svg
class={props.class}
width="20"
height="20"
width="24"
height="24"
xmlns="http://www.w3.org/2000/svg"
>
<path fill="currentColor" d="M12 4V2A10 10 0 0 0 2 12h2a8 8 0 0 1 8-8Z" />
Expand Down

0 comments on commit 7b3e737

Please sign in to comment.