Skip to content

Commit

Permalink
one last UI adjustment for android
Browse files Browse the repository at this point in the history
  • Loading branch information
o-bagge committed May 24, 2024
1 parent f3ea10f commit 2fa0739
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class _SensorControlRow extends State<SensorControlRow> {
decoration: BoxDecoration(
color: Provider.of<BluetoothController>(context).connected
? Colors.white
: Colors.grey[200],
: Colors.grey,
borderRadius: BorderRadius.circular(4.0),
),
child: SizedBox(
Expand All @@ -83,7 +83,7 @@ class _SensorControlRow extends State<SensorControlRow> {
decoration: BoxDecoration(
color: Provider.of<BluetoothController>(context).connected
? Colors.white
: Colors.grey[200],
: Colors.grey,
borderRadius: BorderRadius.circular(4.0),
),
child: SizedBox(
Expand Down

0 comments on commit 2fa0739

Please sign in to comment.