Index: sources/gui/qml/components/HeaderBar.qml =================================================================== diff -u -rc70815ad2b3beadf61832f2e4d12eb90d476e020 -r72550dbbd6db8eab40aad38956b32f99416600c8 --- sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision c70815ad2b3beadf61832f2e4d12eb90d476e020) +++ sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 72550dbbd6db8eab40aad38956b32f99416600c8) @@ -73,12 +73,13 @@ } Text { id: _loggedInUser - color : Colors.textMain + color : Colors.mainTreatmentOrange anchors.top : parent.top anchors.horizontalCenter: parent.horizontalCenter horizontalAlignment : Text.AlignHCenter verticalAlignment : Text.AlignVCenter font.pixelSize : Fonts.fontHeaderbarUser + font.weight : Font.DemiBold } Text { id: _title