From 8261a34f17ba599b5eaeb2fa3bd3a90a6cdfb4a5 Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Fri, 19 Sep 2025 14:00:00 -0400 Subject: [PATCH] chore: disable hover effect on loading span card icons (#4057) --- lib/pangea/choreographer/widgets/it_shimmer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pangea/choreographer/widgets/it_shimmer.dart b/lib/pangea/choreographer/widgets/it_shimmer.dart index a7b60a8ff..37d0d6df6 100644 --- a/lib/pangea/choreographer/widgets/it_shimmer.dart +++ b/lib/pangea/choreographer/widgets/it_shimmer.dart @@ -78,7 +78,7 @@ class ITShimmerElement extends StatelessWidget { Theme.of(context).colorScheme.primary.withAlpha(50), ), ), - onPressed: () {}, + onPressed: null, child: Text( text, style: Theme.of(context)