From 6c0de3b4394f12b68565dc41b8b7fcc354a00600 Mon Sep 17 00:00:00 2001 From: Patrick Britton Date: Tue, 10 Feb 2026 17:10:32 -0600 Subject: [PATCH] Fix stats label text color: add white color to Posts/Followers/Following labels in profile header --- sojorn_app/lib/screens/profile/viewable_profile_screen.dart | 1 + 1 file changed, 1 insertion(+) 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),