Redesign main screen UI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user