fix channel identifier color
This commit is contained in:
parent
0ab257d005
commit
b3a4903655
|
@ -65,7 +65,7 @@ Item {
|
||||||
}
|
}
|
||||||
font.weight: Font.Bold
|
font.weight: Font.Bold
|
||||||
font.pixelSize: 22
|
font.pixelSize: 22
|
||||||
color: Style.current.black
|
color: Style.current.textColor
|
||||||
anchors.top: circleId.bottom
|
anchors.top: circleId.bottom
|
||||||
anchors.topMargin: 16
|
anchors.topMargin: 16
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
Loading…
Reference in New Issue