diff options
Diffstat (limited to '')
| -rw-r--r-- | widgets/StyledText.qml (renamed from widgets/Label.qml) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/Label.qml b/widgets/StyledText.qml index e1e22ba..ed5d791 100644 --- a/widgets/Label.qml +++ b/widgets/StyledText.qml @@ -5,6 +5,8 @@ Text { id: root renderType: Text.NativeRendering + color: Appearance.colours.text + font.family: Appearance.font.family.sans Behavior on color { ColorAnimation { |