diff --git a/lib/features/MainScreens/Invest/presentation/pages/invest_layout.dart b/lib/features/MainScreens/Invest/presentation/pages/invest_layout.dart index 6ea294f..d6e00cf 100644 --- a/lib/features/MainScreens/Invest/presentation/pages/invest_layout.dart +++ b/lib/features/MainScreens/Invest/presentation/pages/invest_layout.dart @@ -36,6 +36,7 @@ class InvestLayout extends StatelessWidget { fontWeight: FontWeight.normal, fontSize: 14.0, ), + overlayColor: MaterialStateProperty.all(Colors.transparent), labelColor: AppColor.plainBlack, unselectedLabelColor: AppColor.charcoalColor, indicatorColor: AppColor.plainBlack,