| Index: skin/icons/checkbox.svg |
| =================================================================== |
| --- a/skin/icons/checkbox.svg |
| +++ b/skin/icons/checkbox.svg |
| @@ -1,7 +1,7 @@ |
| <svg xmlns="http://www.w3.org/2000/svg"> |
| <view id="on" viewBox="0 0 18 18"/> |
| <g fill="none" fill-rule="evenodd"> |
| - <rect width="18" height="18" fill="#077CA6" stroke="#077CA6" rx="2"/> |
| + <rect width="17" height="17" fill="#077CA6" stroke="#077CA6" rx="2" x=".5" y=".5" /> |
|
saroyanm
2018/01/08 15:14:26
I adjusted the size to be consistent with the "off
ire
2018/01/09 08:38:00
Acknowledged.
|
| <polyline stroke="#FFF" stroke-linecap="square" stroke-width="2" points="3.5 10.327 7.579 13.5 14.5 4.5" transform="rotate(6 9 9)"/> |
| </g> |