chore: revert updates to grammar icons in analytics summary (#1831)
This commit is contained in:
parent
d9a416d94b
commit
cd51e68474
1 changed files with 5 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue