Redesign main screen UI

This commit is contained in:
KIMGYEONGRAN
2025-10-30 10:39:12 +09:00
parent f74c0396af
commit f78b7ea50e

View File

@@ -198,7 +198,7 @@ class _HomeScreenState extends State<HomeScreen> {
children: [ children: [
Container( Container(
decoration: BoxDecoration( decoration: BoxDecoration(
color: Colors.grey[850], color: const Color(0xFF2D2F33),
borderRadius: BorderRadius.circular(5) borderRadius: BorderRadius.circular(5)
), ),
), ),
@@ -810,6 +810,7 @@ class _BatteryArcPainter extends CustomPainter {
..style = PaintingStyle.stroke ..style = PaintingStyle.stroke
..strokeCap = StrokeCap.round; ..strokeCap = StrokeCap.round;
final Paint foregroundPaint = Paint() final Paint foregroundPaint = Paint()
..color = color ..color = color
..strokeWidth = 8 ..strokeWidth = 8