chore: disable hover effect on loading span card icons (#4057)

This commit is contained in:
ggurdin 2025-09-19 14:00:00 -04:00 committed by GitHub
parent 29ec50493d
commit 8261a34f17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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