From bd965caa4cd7a0ee80825b4cfa8c72badd9cfe74 Mon Sep 17 00:00:00 2001 From: Armand <4831c0@proton.me> Date: Sat, 6 Sep 2025 10:28:48 +0200 Subject: [PATCH] bottom_tt_icon.dart: add shadow to active icon --- firka/lib/ui/phone/widgets/bottom_tt_icon.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,