优化部分页面下UI显示问题

This commit is contained in:
2026-07-08 23:42:21 +08:00
parent 23d5c3b341
commit c6d4c89d7d
2 changed files with 58 additions and 43 deletions
+2 -1
View File
@@ -631,7 +631,8 @@ class _BatteryHealthPageState extends State<BatteryHealthPage>
Widget build(BuildContext context) {
return AnnotatedRegion<SystemUiOverlayStyle>(
value: const SystemUiOverlayStyle(
statusBarColor: Colors.white,
// 🟢 1.5.0 统一状态栏颜色
statusBarColor: Color.fromRGBO(157, 212, 237, 0.1),
statusBarIconBrightness: Brightness.dark,
statusBarBrightness: Brightness.dark,
),