diff --git a/lib/utilities/theme/stack_colors.dart b/lib/utilities/theme/stack_colors.dart index 7790a9f82..c5aaac8c0 100644 --- a/lib/utilities/theme/stack_colors.dart +++ b/lib/utilities/theme/stack_colors.dart @@ -1507,5 +1507,8 @@ class StackColors extends ThemeExtension { backgroundColor: MaterialStateProperty.all( background, ), + overlayColor: MaterialStateProperty.all( + Colors.transparent, + ), ); }