From 50cf2ed5e1580bbcb1f9c867078a07a62c45b465 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Mon, 18 Aug 2025 16:12:41 -0400 Subject: [PATCH] Fix bluetooth button colors --- Modules/Bar/Bluetooth.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Modules/Bar/Bluetooth.qml b/Modules/Bar/Bluetooth.qml index fc21efd..27ab397 100644 --- a/Modules/Bar/Bluetooth.qml +++ b/Modules/Bar/Bluetooth.qml @@ -14,6 +14,11 @@ NIconButton { sizeMultiplier: 0.8 visible: bluetoothEnabled + colorBg: Color.mSurfaceVariant + colorFg: Color.mOnSurface + colorBorder: Color.transparent + colorBorderHover: Color.transparent + icon: { // Show different icons based on connection status if (BluetoothService.pairedDevices.length > 0) {