forked from Silverfish/proton-bridge
GODT-1391: Fix color for avatar text
This commit is contained in:
@ -86,12 +86,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
font.weight: Font.Normal
|
font.weight: Font.Normal
|
||||||
color: {
|
color: "#FFFFFF"
|
||||||
switch(root.type) {
|
|
||||||
case AccountDelegate.SmallView: return root.colorScheme.text_norm
|
|
||||||
case AccountDelegate.LargeView: return root.colorScheme.text_invert
|
|
||||||
}
|
|
||||||
}
|
|
||||||
horizontalAlignment: Qt.AlignHCenter
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
verticalAlignment: Qt.AlignVCenter
|
verticalAlignment: Qt.AlignVCenter
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user