mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 09:45:24 +00:00
Typography: Semi-Bold NHeader and NLabel
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user