From cd51e68474e922b28d4e16aef395a730e14c15bc Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:32:08 -0500 Subject: [PATCH] chore: revert updates to grammar icons in analytics summary (#1831) --- lib/pangea/analytics_summary/progress_indicator.dart | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/pangea/analytics_summary/progress_indicator.dart b/lib/pangea/analytics_summary/progress_indicator.dart index 0a0f702e0..9a94b7774 100644 --- a/lib/pangea/analytics_summary/progress_indicator.dart +++ b/lib/pangea/analytics_summary/progress_indicator.dart @@ -38,10 +38,11 @@ class ProgressIndicatorBadge extends StatelessWidget { child: Row( mainAxisSize: MainAxisSize.min, children: [ - SizedBox( - width: 14, - height: 14, - child: Image.network(indicator.iconURL!), + Icon( + size: 14, + indicator.icon, + color: indicator.color(context), + weight: 1000, ), const SizedBox(width: 5), !loading