Enhance Pad Tracking with new Flow and Supply logic
This commit is contained in:
@@ -133,7 +133,7 @@ class _SuppliesSettingsScreenState
|
||||
style: GoogleFonts.outfit(
|
||||
fontSize: 18,
|
||||
fontWeight: FontWeight.w600,
|
||||
color: AppColors.charcoal,
|
||||
color: Theme.of(context).colorScheme.onSurface,
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -278,7 +278,8 @@ class _SuppliesSettingsScreenState
|
||||
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',
|
||||
@@ -308,7 +309,8 @@ class _SuppliesSettingsScreenState
|
||||
title: Text(
|
||||
'Show Minutes',
|
||||
style: GoogleFonts.outfit(
|
||||
fontWeight: FontWeight.w500, color: AppColors.charcoal),
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Theme.of(context).colorScheme.onSurface),
|
||||
),
|
||||
value: _showPadTimerMinutes,
|
||||
onChanged: (val) {
|
||||
|
||||
Reference in New Issue
Block a user