From d48e4d319567a9dbc291614fd5c2656d469512ff Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 24 Jul 2025 08:03:40 -0700 Subject: [PATCH] use styled label component for headline We should avoid using raw components like Text{} --- AppHeadline.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AppHeadline.qml b/AppHeadline.qml index 4173c62..cfebd55 100644 --- a/AppHeadline.qml +++ b/AppHeadline.qml @@ -1,8 +1,7 @@ import QtQuick -import QtQuick.Controls.Basic +import QtQuick.Controls -Text { - color: Theme.primaryText +Label { font.family: Fonts.dotrice font.bold: true font.pointSize: 35