diff options
Diffstat (limited to 'modules/bar/components/Power.qml')
| -rw-r--r-- | modules/bar/components/Power.qml | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |