mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
GODT-1391: Fix color for avatar text
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user