Redesign main screen UI
This commit is contained in:
@@ -198,7 +198,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user