chore: revert updates to grammar icons in analytics summary (#1831)

This commit is contained in:
ggurdin 2025-02-18 09:32:08 -05:00 committed by GitHub
parent d9a416d94b
commit cd51e68474
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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