bluetooth: dont force mError color on button, does not work well with red based color schemes.

This commit is contained in:
Lemmy
2026-01-26 12:41:34 -05:00
parent ba5be9781c
commit 41d1545a24
@@ -218,12 +218,6 @@ NBox {
enabled: (canConnect || canDisconnect || canPair) && !isBusy
outlined: !button.hovered
fontSize: Style.fontSizeS
backgroundColor: {
if (device.canDisconnect && !isBusy) {
return Color.mError;
}
return Color.mPrimary;
}
tooltipText: root.tooltipText
text: {
if (modelData.pairing) {