chore: disable hover effect on loading span card icons (#4057)
This commit is contained in:
parent
29ec50493d
commit
8261a34f17
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue