Typography: Semi-Bold NHeader and NLabel

This commit is contained in:
ItsLemmy
2025-11-13 08:16:17 -05:00
parent d044562016
commit 454733d80e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ ColumnLayout {
NText {
text: root.label
pointSize: Style.fontSizeXL
font.weight: Style.fontWeightBold
font.weight: Style.fontWeightSemiBold
color: Color.mSecondary
visible: root.label !== ""
}
+1 -1
View File
@@ -16,7 +16,7 @@ ColumnLayout {
NText {
text: label
pointSize: Style.fontSizeL
font.weight: Style.fontWeightBold
font.weight: Style.fontWeightSemiBold
color: labelColor
visible: label !== ""
Layout.fillWidth: true