From 60ff3ebf6fc93c565bdbf9fab3c198595890c4e2 Mon Sep 17 00:00:00 2001 From: ryleedavis Date: Fri, 7 Oct 2022 10:04:56 -0600 Subject: [PATCH] color doesn't change on hover --- lib/utilities/theme/stack_colors.dart | 3 +++ 1 file changed, 3 insertions(+) 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, + ), ); }