Fix stats label text color: add white color to Posts/Followers/Following labels in profile header
This commit is contained in:
parent
dc0a3a786e
commit
6c0de3b439
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue