mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
fixes some color errors
This commit is contained in:
parent
4291754283
commit
c840c7374c
@ -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
|
||||
|
@ -18,6 +18,7 @@ Rectangle {
|
||||
anchors.left: parent.left
|
||||
border.width: 0
|
||||
radius: Style.current.radius
|
||||
color: Style.current.transparent
|
||||
|
||||
Identicon {
|
||||
id: accountImage
|
||||
|
@ -79,6 +79,7 @@ Item {
|
||||
width: 500
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
color: Style.current.transparent
|
||||
|
||||
SVGImage {
|
||||
id: advertiseImg
|
||||
|
Loading…
x
Reference in New Issue
Block a user