Enhance Pad Tracking with new Flow and Supply logic
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user