diff --git a/sojorn_app/lib/screens/profile/viewable_profile_screen.dart b/sojorn_app/lib/screens/profile/viewable_profile_screen.dart index c422b57..050c9e4 100644 --- a/sojorn_app/lib/screens/profile/viewable_profile_screen.dart +++ b/sojorn_app/lib/screens/profile/viewable_profile_screen.dart @@ -1714,6 +1714,7 @@ class _StatItem extends StatelessWidget { label, style: GoogleFonts.inter( fontSize: 10, + color: SojornColors.basicWhite.withValues(alpha: 0.85), shadows: [ Shadow( color: const Color(0x4D000000),