fixes some color errors

This commit is contained in:
decanus 2020-07-15 00:57:49 +02:00 committed by Dean Eigenmann
parent 4291754283
commit c840c7374c
3 changed files with 4 additions and 2 deletions

View File

@ -107,7 +107,7 @@ Item {
opacity: 0.7
font.weight: Font.Bold
font.pixelSize: 51
color: "white"
color: Style.current.textColor
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
}
@ -125,7 +125,7 @@ Item {
}
font.weight: Font.Bold
font.pixelSize: 22
color: Style.current.black
color: Style.current.textColor
anchors.top: circleId.bottom
anchors.topMargin: 16
anchors.horizontalCenter: parent.horizontalCenter

View File

@ -18,6 +18,7 @@ Rectangle {
anchors.left: parent.left
border.width: 0
radius: Style.current.radius
color: Style.current.transparent
Identicon {
id: accountImage

View File

@ -79,6 +79,7 @@ Item {
width: 500
anchors.left: parent.left
anchors.right: parent.right
color: Style.current.transparent
SVGImage {
id: advertiseImg