diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index f0b0299653..bc860144fd 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -430,7 +430,7 @@ Rectangle anchors.left: parent.left anchors.bottom: parent.bottom font: UM.Theme.getFont("large") - color: UM.Theme.getColor("text_emphasis") + color: UM.Theme.getColor("text_subtext") text: (!base.printDuration || !base.printDuration.valid) ? catalog.i18nc("@label", "00h 00min") : base.printDuration.getDisplayString(UM.DurationFormat.Short) } }