Refactor: Implement multi-item inventory for Pad Tracker and dynamic navigation
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user