GODT-1391: Fix color for avatar text

This commit is contained in:
Alexander Bilyak
2021-11-24 11:48:55 +01:00
committed by Jakub
parent 72cd641c72
commit 5af3e930ec

View File

@ -86,12 +86,7 @@ Item {
}
}
font.weight: Font.Normal
color: {
switch(root.type) {
case AccountDelegate.SmallView: return root.colorScheme.text_norm
case AccountDelegate.LargeView: return root.colorScheme.text_invert
}
}
color: "#FFFFFF"
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignVCenter
}