mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-07 23:27:49 +00:00
Updated libraries
This commit is contained in:
parent
3c397d208f
commit
2326470578
4 changed files with 67 additions and 67 deletions
|
@ -91,7 +91,7 @@ class CustomLineChart extends StatelessWidget {
|
|||
enabled: true,
|
||||
touchTooltipData: LineTouchTooltipData(
|
||||
fitInsideHorizontally: true,
|
||||
tooltipBgColor: selectedTheme == ThemeMode.light
|
||||
getTooltipColor: (touchedSpot) => selectedTheme == ThemeMode.light
|
||||
? const Color.fromRGBO(220, 220, 220, 0.9)
|
||||
: const Color.fromRGBO(35, 35, 35, 0.9),
|
||||
getTooltipItems: (items) => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue