diff --git a/refilc/assets/images/apple_fire_emoji.png b/refilc/assets/images/apple_fire_emoji.png new file mode 100644 index 0000000..7ea6be8 Binary files /dev/null and b/refilc/assets/images/apple_fire_emoji.png differ diff --git a/refilc_mobile_ui/lib/common/profile_image/profile_image.dart b/refilc_mobile_ui/lib/common/profile_image/profile_image.dart index 6024a7f..69abe4b 100644 --- a/refilc_mobile_ui/lib/common/profile_image/profile_image.dart +++ b/refilc_mobile_ui/lib/common/profile_image/profile_image.dart @@ -266,12 +266,16 @@ class _ProfileImageState extends State { child: Transform.translate( offset: Offset(-widget.radius / 4, -widget.radius / 4), child: Container( - alignment: Alignment.topLeft, - child: Text( - '🔥', - style: TextStyle(fontSize: widget.radius * 0.8), - ), - ), + alignment: Alignment.topLeft, + child: Image.asset( + 'assets/images/apple_fire_emoji.png', + width: widget.radius, + ) + // Text( + // '🔥', + // style: TextStyle(fontSize: widget.radius * 0.8), + // ), + ), ), ), ), diff --git a/refilc_mobile_ui/lib/screens/settings/settings_screen.dart b/refilc_mobile_ui/lib/screens/settings/settings_screen.dart index cb6b2bb..52db5dc 100644 --- a/refilc_mobile_ui/lib/screens/settings/settings_screen.dart +++ b/refilc_mobile_ui/lib/screens/settings/settings_screen.dart @@ -782,10 +782,14 @@ class SettingsScreenState extends State 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(