diff --git a/firka/lib/ui/phone/widgets/bottom_tt_icon.dart b/firka/lib/ui/phone/widgets/bottom_tt_icon.dart index d6509136..78e7be86 100644 --- a/firka/lib/ui/phone/widgets/bottom_tt_icon.dart +++ b/firka/lib/ui/phone/widgets/bottom_tt_icon.dart @@ -24,7 +24,7 @@ class BottomTimeTableNavIconWidget extends StatelessWidget { child: Card( color: active ? appStyle.colors.buttonSecondaryFill : Colors.transparent, - shadowColor: Colors.transparent, + shadowColor: active ? appStyle.colors.shadowColor : Colors.transparent, child: SizedBox( width: 40, height: 54,