Reduce profile status message brightness

This commit is contained in:
miruka 2020-07-10 16:51:13 -04:00
parent 80bbee1434
commit 1611b8ea16

View File

@ -149,6 +149,7 @@ HListView {
text: member.status_msg.trim() text: member.status_msg.trim()
visible: text !== "" visible: text !== ""
horizontalAlignment: lineCount > 1 ? Qt.AlignLeft : Qt.AlignHCenter horizontalAlignment: lineCount > 1 ? Qt.AlignLeft : Qt.AlignHCenter
color: theme.colors.halfDimText
Layout.fillWidth: true Layout.fillWidth: true
Layout.bottomMargin: theme.spacing Layout.bottomMargin: theme.spacing