diff options
Diffstat (limited to 'modules/bar/components/TrayItem.qml')
| -rw-r--r-- | modules/bar/components/TrayItem.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/components/TrayItem.qml b/modules/bar/components/TrayItem.qml index 9911907..c8bb9af 100644 --- a/modules/bar/components/TrayItem.qml +++ b/modules/bar/components/TrayItem.qml @@ -28,7 +28,7 @@ MouseArea { anchors.fill: parent source: Icons.getTrayIcon(root.modelData.id, root.modelData.icon) - colour: Colours.palette.m3secondary + colour: Colours.palette.m3primary layer.enabled: Config.bar.tray.recolour } } |