use styled label component for headline

We should avoid using raw components like Text{}
This commit is contained in:
talksik
2025-07-24 08:03:40 -07:00
parent c71ba88112
commit d48e4d3195
+2 -3
View File
@@ -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