Change "go to homeserver address" icon

This commit is contained in:
miruka 2020-08-19 07:30:30 -04:00
parent d945bed0a3
commit 007a11b4aa
2 changed files with 4 additions and 1 deletions

View File

@ -158,7 +158,7 @@ HBox {
HButton {
id: apply
enabled: field.cleanText && ! field.error
icon.name: "apply"
icon.name: "server-connect-to-address"
icon.color: theme.colors.positiveBackground
loading: box.connectFuture !== null
disableWhileLoading: false

View File

@ -0,0 +1,3 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="m13.025 1-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/>
</svg>

After

Width:  |  Height:  |  Size: 198 B