fix: fix channel-identifier-dark-text

This commit is contained in:
Jonathan Rainville 2021-04-06 15:13:21 -04:00 committed by Iuri Matias
parent d0914fbee2
commit b1fbad91fe
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Column {
}
}
font.pixelSize: 14
color: Style.current.darkGrey
color: Style.current.secondaryText
anchors.left: parent.left
anchors.right: parent.right
horizontalAlignment: Text.AlignHCenter