Enhance Pad Tracking with new Flow and Supply logic
This commit is contained in:
@@ -106,7 +106,7 @@ class _PadSettingsDialogState extends ConsumerState<PadSettingsDialog> {
|
||||
'Enable Pad Tracking',
|
||||
style: GoogleFonts.outfit(
|
||||
fontSize: 16,
|
||||
color: AppColors.charcoal,
|
||||
color: Theme.of(context).colorScheme.onSurface,
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -359,7 +359,8 @@ class _PadSettingsDialogState extends ConsumerState<PadSettingsDialog> {
|
||||
title: Text(
|
||||
'Auto-deduct on Log',
|
||||
style: GoogleFonts.outfit(
|
||||
fontWeight: FontWeight.w500, color: AppColors.charcoal),
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Theme.of(context).colorScheme.onSurface),
|
||||
),
|
||||
subtitle: Text(
|
||||
'Reduce count when you log a pad',
|
||||
|
||||
Reference in New Issue
Block a user