Fix stats label text color: add white color to Posts/Followers/Following labels in profile header

This commit is contained in:
Patrick Britton 2026-02-10 17:10:32 -06:00
parent dc0a3a786e
commit 6c0de3b439

View file

@ -1714,6 +1714,7 @@ class _StatItem extends StatelessWidget {
label, label,
style: GoogleFonts.inter( style: GoogleFonts.inter(
fontSize: 10, fontSize: 10,
color: SojornColors.basicWhite.withValues(alpha: 0.85),
shadows: [ shadows: [
Shadow( Shadow(
color: const Color(0x4D000000), color: const Color(0x4D000000),