diff --git a/internal/frontend/qml/AccountDelegate.qml b/internal/frontend/qml/AccountDelegate.qml index d0d3a553..24128d6b 100644 --- a/internal/frontend/qml/AccountDelegate.qml +++ b/internal/frontend/qml/AccountDelegate.qml @@ -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 }