Increase toggle size (#3049)

This commit is contained in:
Jamie Law
2025-04-15 17:05:51 +01:00
committed by GitHub
parent 64d6b10239
commit 14822456aa
4 changed files with 8 additions and 6 deletions

View File

@@ -3,7 +3,8 @@
"contributors": [
"colebemis",
"karsa-mistmere",
"ericfennis"
"ericfennis",
"jamiemlaw"
],
"tags": [
"on",

View File

@@ -9,6 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="20" height="12" x="2" y="6" rx="6" ry="6" />
<circle cx="8" cy="12" r="2" />
<circle cx="9" cy="12" r="3" />
<rect width="20" height="14" x="2" y="5" rx="7" />
</svg>

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 295 B

View File

@@ -3,7 +3,8 @@
"contributors": [
"colebemis",
"karsa-mistmere",
"ericfennis"
"ericfennis",
"jamiemlaw"
],
"tags": [
"on",

View File

@@ -9,6 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="20" height="12" x="2" y="6" rx="6" ry="6" />
<circle cx="16" cy="12" r="2" />
<circle cx="15" cy="12" r="3" />
<rect width="20" height="14" x="2" y="5" rx="7" />
</svg>

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 296 B