fix: keys image to be transparent

This commit is contained in:
Jonathan Rainville 2021-03-26 14:47:35 -04:00 committed by Iuri Matias
parent d732a5ce3b
commit a0accddfaa
6 changed files with 2 additions and 1 deletions

View File

@ -35,9 +35,10 @@ Page {
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
fillMode: Image.PreserveAspectFit
source: Universal.theme === Universal.Dark ? "img/keys-dark@2x.jpg" : "img/keys@2x.jpg"
source: "img/keys.png"
width: 160
height: 160
mipmap: true
}
StyledText {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

BIN
ui/onboarding/img/keys.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB