summaryrefslogtreecommitdiff
path: root/Label
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-28 20:33:02 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-28 20:33:02 +0800
commitbef7779988f8fc0ebd3197aa750d5e71516b524b (patch)
treeea7d30135510e7f29f35cfb4ddf82c1ea243c202 /Label
parent1411ea3905fe05272e50a34fa58a3ba2c49b26d6 (diff)
Set profile full name & email colours
Diffstat (limited to 'Label')
-rw-r--r--Label/H6.ui.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Label/H6.ui.qml b/Label/H6.ui.qml
index ed008c5..b9b16a0 100644
--- a/Label/H6.ui.qml
+++ b/Label/H6.ui.qml
@@ -3,10 +3,11 @@ import QtQuick.Controls 2.15
import Eduport 1.4
Label {
- wrapMode: Label.Wrap
font {
family: Eduport.hxFont.family
weight: Eduport.hxFont.weight
pointSize: Eduport.h6FontSize
}
+ color: Eduport.bsHeadingColor
+ wrapMode: Label.Wrap
}