From 1fdaf24526ae688251307f2756bcdb9d7592e383 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 14:50:18 +1000 Subject: refactor: move colours to separate service --- widgets/StyledText.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'widgets/StyledText.qml') 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 -- cgit v1.2.3-freya