From f78b7ea50ec1e3d32fd65f43e529821e0e4086c5 Mon Sep 17 00:00:00 2001 From: KIMGYEONGRAN Date: Thu, 30 Oct 2025 10:39:12 +0900 Subject: [PATCH] Redesign main screen UI --- lib/main.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index cceb7e2..7010697 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -198,7 +198,7 @@ class _HomeScreenState extends State { children: [ Container( decoration: BoxDecoration( - color: Colors.grey[850], + color: const Color(0xFF2D2F33), borderRadius: BorderRadius.circular(5) ), ), @@ -810,6 +810,7 @@ class _BatteryArcPainter extends CustomPainter { ..style = PaintingStyle.stroke ..strokeCap = StrokeCap.round; + final Paint foregroundPaint = Paint() ..color = color ..strokeWidth = 8