Enhance Pad Tracking with new Flow and Supply logic

This commit is contained in:
2026-01-09 13:35:07 -06:00
parent 24ffac2415
commit dc6bcad83f
17 changed files with 765 additions and 171 deletions

View File

@@ -245,7 +245,7 @@ class _DashboardTabState extends ConsumerState<_DashboardTab> {
onPressed: () => ref
.read(scriptureProvider.notifier)
.getPreviousScripture(),
color: AppColors.charcoal,
color: Theme.of(context).colorScheme.onSurface,
),
),
Positioned(
@@ -255,7 +255,7 @@ class _DashboardTabState extends ConsumerState<_DashboardTab> {
onPressed: () => ref
.read(scriptureProvider.notifier)
.getNextScripture(),
color: AppColors.charcoal,
color: Theme.of(context).colorScheme.onSurface,
),
),
],