From 6828a9a14beec6c54c5adf2aeb8e7b0a335a4d2c Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 28 Jan 2025 22:27:12 +0100 Subject: [PATCH] changed graph line color to primary --- lib/widgets/reading_graph.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/reading_graph.dart b/lib/widgets/reading_graph.dart index 8d0e807..fbc6a2d 100644 --- a/lib/widgets/reading_graph.dart +++ b/lib/widgets/reading_graph.dart @@ -27,7 +27,7 @@ class ReadingGraph extends StatelessWidget { lineBarsData: [ LineChartBarData( isCurved: true, - color: Colors.cyan, + color: Theme.of(context).colorScheme.primary, barWidth: 2, isStrokeCapRound: true, dotData: const FlDotData(show: false),