fixed yellow lines at profile image grade streak indicator

This commit is contained in:
Kima
2024-09-27 22:02:31 +02:00
parent 63fd37c31f
commit 92fe3b7dcd
3 changed files with 17 additions and 9 deletions

View File

@@ -782,10 +782,14 @@ class SettingsScreenState extends State<SettingsScreen>
color: AppColors.of(context).text.withOpacity(0.75),
),
),
leading: const Text(
"🔥",
style: TextStyle(fontSize: 22.0),
leading: Image.asset(
'assets/images/apple_fire_emoji.png',
width: 24.0,
),
// leading: const Text(
// "🔥",
// style: TextStyle(fontSize: 22.0),
// ),
trailing: Text(
"${user.gradeStreak}",
style: TextStyle(