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 --- modules/bar/components/Power.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/bar/components/Power.qml') diff --git a/modules/bar/components/Power.qml b/modules/bar/components/Power.qml index 1124a55..7584747 100644 --- a/modules/bar/components/Power.qml +++ b/modules/bar/components/Power.qml @@ -1,9 +1,10 @@ import "root:/widgets" +import "root:/services" import "root:/config" MaterialIcon { text: "power_settings_new" - color: Appearance.colours.m3error + color: Colours.palette.m3error font.bold: true font.pointSize: Appearance.font.size.normal } -- cgit v1.2.3-freya