forked from firka/student-legacy
fixed yellow lines at profile image grade streak indicator
This commit is contained in:
parent
63fd37c31f
commit
92fe3b7dcd
BIN
refilc/assets/images/apple_fire_emoji.png
Normal file
BIN
refilc/assets/images/apple_fire_emoji.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@ -267,10 +267,14 @@ class _ProfileImageState extends State<ProfileImage> {
|
|||||||
offset: Offset(-widget.radius / 4, -widget.radius / 4),
|
offset: Offset(-widget.radius / 4, -widget.radius / 4),
|
||||||
child: Container(
|
child: Container(
|
||||||
alignment: Alignment.topLeft,
|
alignment: Alignment.topLeft,
|
||||||
child: Text(
|
child: Image.asset(
|
||||||
'🔥',
|
'assets/images/apple_fire_emoji.png',
|
||||||
style: TextStyle(fontSize: widget.radius * 0.8),
|
width: widget.radius,
|
||||||
),
|
)
|
||||||
|
// Text(
|
||||||
|
// '🔥',
|
||||||
|
// style: TextStyle(fontSize: widget.radius * 0.8),
|
||||||
|
// ),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -782,10 +782,14 @@ class SettingsScreenState extends State<SettingsScreen>
|
|||||||
color: AppColors.of(context).text.withOpacity(0.75),
|
color: AppColors.of(context).text.withOpacity(0.75),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
leading: const Text(
|
leading: Image.asset(
|
||||||
"🔥",
|
'assets/images/apple_fire_emoji.png',
|
||||||
style: TextStyle(fontSize: 22.0),
|
width: 24.0,
|
||||||
),
|
),
|
||||||
|
// leading: const Text(
|
||||||
|
// "🔥",
|
||||||
|
// style: TextStyle(fontSize: 22.0),
|
||||||
|
// ),
|
||||||
trailing: Text(
|
trailing: Text(
|
||||||
"${user.gradeStreak}",
|
"${user.gradeStreak}",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user