Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 699b385

Browse files
author
Ronan Levesque
committed
Update Searchbox
1 parent b592868 commit 699b385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/widgets/search-box.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ html: |
2020
</svg>
2121
</button>
2222
<span class="ais-SearchBox-loadingIndicator" hidden>
23-
<svg width="18" height="18" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#444" class="ais-SearchBox-loadingIcon">
23+
<svg width="16" height="16" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#444" class="ais-SearchBox-loadingIcon">
2424
<g fill="none" fillRule="evenodd">
2525
<g transform="translate(1 1)" strokeWidth="2">
2626
<circle strokeOpacity=".5" cx="18" cy="18" r="18" />
@@ -64,7 +64,7 @@ althtml1: |
6464
</svg>
6565
</button>
6666
<span class="ais-SearchBox-loadingIndicator" hidden>
67-
<svg width="18" height="18" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#444" class="ais-SearchBox-loadingIcon">
67+
<svg width="16" height="16" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#444" class="ais-SearchBox-loadingIcon">
6868
<g fill="none" fillRule="evenodd">
6969
<g transform="translate(1 1)" strokeWidth="2">
7070
<circle strokeOpacity=".5" cx="18" cy="18" r="18" />
@@ -108,7 +108,7 @@ althtml2: |
108108
</svg>
109109
</button>
110110
<span class="ais-SearchBox-loadingIndicator">
111-
<svg width="18" height="18" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#444" class="ais-SearchBox-loadingIcon">
111+
<svg width="16" height="16" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg" stroke="#444" class="ais-SearchBox-loadingIcon">
112112
<g fill="none" fillRule="evenodd">
113113
<g transform="translate(1 1)" strokeWidth="2">
114114
<circle strokeOpacity=".5" cx="18" cy="18" r="18" />

0 commit comments

Comments
 (0)