fixed packaged icons for azure (#5354)

This commit is contained in:
Aditya Bist
2019-05-03 18:47:45 -07:00
committed by GitHub
parent 0023714884
commit 39f9c72390
5 changed files with 4 additions and 4 deletions

View File

@@ -42,15 +42,15 @@
{ {
"id": "microsoft", "id": "microsoft",
"icon": { "icon": {
"light": "./out/account-provider/media/microsoft_account_light.svg", "light": "./resources/light/microsoft_account_light.svg",
"dark": "./out/account-provider/media/microsoft_account_dark.svg" "dark": "./resources/dark/microsoft_account_dark.svg"
} }
}, },
{ {
"id": "work_school", "id": "work_school",
"icon": { "icon": {
"light": "./out/account-provider/media/work_school_account_light.svg", "light": "./resources/light/work_school_account_light.svg",
"dark": "./out/account-provider/media/work_school_account_dark.svg" "dark": "./resources/dark/work_school_account_dark.svg"
} }
} }
], ],

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB