Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
louisg1337 committed May 20, 2024
1 parent 4ea0f35 commit 0bbcca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/bluetooth/BluetoothCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const BluetoothCard = ({ device, isClassic, isScanningBLE }: Props) => {

let bgColor = colors.onPrimary; // 'rgba(225,225,225,1)'
if (isScanningBLE) {
bgColor = device.in_range ? `rgba(200,250,200,1)` : `rgba(250,200,200,1)`;
bgColor = device.in_range ? `rgba(201,250,200,1)` : `rgba(250,200,200,1)`;
}

async function fakeMonitorCallback(state: String) {
Expand Down

0 comments on commit 0bbcca4

Please sign in to comment.