summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/composer/qml/View.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/composer/qml/View.qml b/views/composer/qml/View.qml
index 411083ee..3b7f0bf4 100644
--- a/views/composer/qml/View.qml
+++ b/views/composer/qml/View.qml
@@ -135,6 +135,7 @@ Kube.View {
135 Kube.Label{ 135 Kube.Label{
136 text: qsTr("Drafts") 136 text: qsTr("Drafts")
137 color: Kube.Colors.highlightedTextColor 137 color: Kube.Colors.highlightedTextColor
138 font.weight: Font.Bold
138 } 139 }
139 140
140 Kube.ListView { 141 Kube.ListView {