bottom_tt_icon.dart: add shadow to active icon

This commit is contained in:
2025-09-06 10:28:48 +02:00
parent 145eca557e
commit bd965caa4c

View File

@@ -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,