From bef7779988f8fc0ebd3197aa750d5e71516b524b Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Tue, 28 Mar 2023 20:33:02 +0800 Subject: Set profile full name & email colours --- Label/H6.ui.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Label') 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 } -- cgit v1.3