From 9b4324310ddb472493b5402a6290a057af7fdcab Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Apr 2025 19:44:48 +1000 Subject: feat: use material colours --- widgets/StyledText.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets') 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 -- cgit v1.2.3-freya