Improve the look of the spinner (#6083)
This commit is contained in:
parent
73731cc478
commit
f643839a00
5 changed files with 32 additions and 101 deletions
3
res/img/spinner/spinner-background.svg
Normal file
3
res/img/spinner/spinner-background.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="15" cy="15" r="14" stroke="#E3E8F0" stroke-width="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 170 B |
3
res/img/spinner/spinner-foreground.svg
Normal file
3
res/img/spinner/spinner-foreground.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M29 15C29 12.4307 28.293 9.91095 26.9563 7.7167C25.6197 5.52246 23.705 3.73836 21.4219 2.55979C19.1389 1.38123 16.5755 0.853662 14.0126 1.03487C11.4497 1.21607 8.98611 2.09906 6.8916 3.58713" stroke="#737D8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 387 B |
Loading…
Add table
Add a link
Reference in a new issue