mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Update lib/widgets/battery_indicator.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
608b6fb539
commit
03b3533675
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class _BatteryIndicatorState extends State<BatteryIndicator> {
|
|||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Icon(batteryUi.icon, size: 18, color: batteryUi.color),
|
||||
const SizedBox(width: 2),
|
||||
const SizedBox(height: 2),
|
||||
Flexible(
|
||||
child: Text(
|
||||
displayText,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue