mirror of
https://github.com/borgbase/vorta
synced 2025-02-01 12:21:28 +00:00
Fix color for eye icon when masking password (#959)
This commit is contained in:
parent
0e91775091
commit
33f0c4c4e4
2 changed files with 5 additions and 10 deletions
|
@ -1,13 +1,8 @@
|
|||
<svg width="576" height="512" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="576" height="512" fill="#000000" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
|
||||
|
||||
<g>
|
||||
<title>background</title>
|
||||
<rect fill="none" id="canvas_background" height="602" width="802" y="-1" x="-1"/>
|
||||
</g>
|
||||
<g>
|
||||
<title>Layer 1</title>
|
||||
<path id="svg_1" d="m288,144a110.94,110.94 0 0 0 -31.24,5a55.4,55.4 0 0 1 7.24,27a56,56 0 0 1 -56,56a55.4,55.4 0 0 1 -27,-7.24a111.71,111.71 0 1 0 107,-80.76zm284.52,97.4c-54.23,-105.81 -161.59,-177.4 -284.52,-177.4s-230.32,71.64 -284.52,177.41a32.35,32.35 0 0 0 0,29.19c54.23,105.81 161.59,177.4 284.52,177.4s230.32,-71.64 284.52,-177.41a32.35,32.35 0 0 0 0,-29.19zm-284.52,158.6c-98.65,0 -189.09,-55 -237.93,-144c48.84,-89 139.27,-144 237.93,-144s189.09,55 237.93,144c-48.83,89 -139.27,144 -237.93,144z"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_2" y2="512" x2="575" stroke-width="40" stroke="#000" fill="none"/>
|
||||
<path id="svg_1" fill="#000000" d="m288,144a110.94,110.94 0 0 0 -31.24,5a55.4,55.4 0 0 1 7.24,27a56,56 0 0 1 -56,56a55.4,55.4 0 0 1 -27,-7.24a111.71,111.71 0 1 0 107,-80.76zm284.52,97.4c-54.23,-105.81 -161.59,-177.4 -284.52,-177.4s-230.32,71.64 -284.52,177.41a32.35,32.35 0 0 0 0,29.19c54.23,105.81 161.59,177.4 284.52,177.4s230.32,-71.64 284.52,-177.41a32.35,32.35 0 0 0 0,-29.19zm-284.52,158.6c-98.65,0 -189.09,-55 -237.93,-144c48.84,-89 139.27,-144 237.93,-144s189.09,55 237.93,144c-48.83,89 -139.27,144 -237.93,144z"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_2" y2="512" x2="575" stroke-width="40" stroke="#000000" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 961 B |
|
@ -1 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="#000000" viewBox="0 0 576 512"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z"/></svg>
|
||||
|
|
Before Width: | Height: | Size: 689 B After Width: | Height: | Size: 705 B |
Loading…
Reference in a new issue