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

pull/1688/head
ggurdin 9 months ago committed by GitHub
parent d9a416d94b
commit cd51e68474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save