summaryrefslogtreecommitdiff
path: root/Label.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Label.qml')
-rw-r--r--Label.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Label.qml b/Label.qml
index 593ded0..c2038e0 100644
--- a/Label.qml
+++ b/Label.qml
@@ -4,6 +4,11 @@ import Bootstrap 5.3
Label {
id: control
+ font {
+ family: Bootstrap.bodyFont.family
+ pointSize: Bootstrap.bodyFont.pointSize
+ weight: Bootstrap.bodyFont.weight
+ }
color: Bootstrap.bodyColor
linkColor: control.palette.link
}