diff options
Diffstat (limited to 'widgets/StyledText.qml')
| -rw-r--r-- | widgets/StyledText.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/StyledText.qml b/widgets/StyledText.qml index f95414f..9e4be48 100644 --- a/widgets/StyledText.qml +++ b/widgets/StyledText.qml @@ -1,5 +1,6 @@ pragma ComponentBehavior: Bound +import "root:/services" import "root:/config" import QtQuick @@ -11,7 +12,7 @@ Text { property int animateDuration: Appearance.anim.durations.normal renderType: Text.NativeRendering - color: Appearance.colours.m3onSurface + color: Colours.palette.m3onSurface font.family: Appearance.font.family.sans font.pointSize: Appearance.font.size.smaller |