mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-08 07:37:44 +00:00
Updated libraries
This commit is contained in:
parent
3c397d208f
commit
2326470578
4 changed files with 67 additions and 67 deletions
|
@ -86,7 +86,7 @@ class CustomCombinedLineChart 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