diff options
Diffstat (limited to 'widgets/StyledText.qml')
| -rw-r--r-- | widgets/StyledText.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/StyledText.qml b/widgets/StyledText.qml index fc4ad40..f95414f 100644 --- a/widgets/StyledText.qml +++ b/widgets/StyledText.qml @@ -11,7 +11,7 @@ Text { property int animateDuration: Appearance.anim.durations.normal renderType: Text.NativeRendering - color: Appearance.colours.text + color: Appearance.colours.m3onSurface font.family: Appearance.font.family.sans font.pointSize: Appearance.font.size.smaller |