Refactor: Implement multi-item inventory for Pad Tracker and dynamic navigation

This commit is contained in:
2026-01-02 18:10:50 -06:00
parent 56683f5407
commit 8772b56f36
44 changed files with 3515 additions and 781 deletions

View File

@@ -77,7 +77,7 @@ class ScriptureCard extends StatelessWidget {
style: theme.textTheme.labelLarge?.copyWith(
fontSize: 12,
color: isDark
? Colors.white60
? const Color(0xFFE0E0E0)
: AppColors.charcoal.withOpacity(0.7),
letterSpacing: 0.5,
),