fix channel identifier color

This commit is contained in:
decanus 2020-07-17 13:36:36 +02:00 committed by Dean Eigenmann
parent 0ab257d005
commit b3a4903655
1 changed files with 1 additions and 1 deletions

View File

@ -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