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 d5e4691..440702b 100644 --- a/refilc_mobile_ui/lib/common/profile_image/profile_image.dart +++ b/refilc_mobile_ui/lib/common/profile_image/profile_image.dart @@ -89,7 +89,7 @@ class _ProfileImageState extends State { clipBehavior: Clip.hardEdge, shape: const CircleBorder(), color: widget.name != null && widget.name! == 'Rendszerüzenet' - ? widget.backgroundColor?.withOpacity(0.5) ?? + ? widget.backgroundColor?.withOpacity(0.8) ?? AppColors.of(context).text.withOpacity(0.5) : widget.backgroundColor ?? AppColors.of(context).text.withOpacity(.15),