changed graph line color to primary
This commit is contained in:
@@ -27,7 +27,7 @@ class ReadingGraph extends StatelessWidget {
|
|||||||
lineBarsData: [
|
lineBarsData: [
|
||||||
LineChartBarData(
|
LineChartBarData(
|
||||||
isCurved: true,
|
isCurved: true,
|
||||||
color: Colors.cyan,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
barWidth: 2,
|
barWidth: 2,
|
||||||
isStrokeCapRound: true,
|
isStrokeCapRound: true,
|
||||||
dotData: const FlDotData(show: false),
|
dotData: const FlDotData(show: false),
|
||||||
|
|||||||
Reference in New Issue
Block a user