diff --git a/lib/pages/store.dart b/lib/pages/store.dart index 06e30ac..c812aba 100644 --- a/lib/pages/store.dart +++ b/lib/pages/store.dart @@ -1899,16 +1899,10 @@ class _StoreCardState extends State<_StoreCard> { children: [ Row( children: [ - CircleAvatar( + _ModuleIcon( + iconUrl: item.iconUrl, + category: item.category, radius: 18, - backgroundColor: theme.colorScheme.primary.withValues( - alpha: 0.12, - ), - child: Icon( - _iconForCategory(item.category), - size: 18, - color: theme.colorScheme.primary, - ), ), const SizedBox(width: ChainSpace.sm), Expanded(