diff --git a/lib/widget/general/bottom_navigation/bottom_navigation_item.dart b/lib/widget/general/bottom_navigation/bottom_navigation_item.dart index 33ed167d..ab9767b0 100644 --- a/lib/widget/general/bottom_navigation/bottom_navigation_item.dart +++ b/lib/widget/general/bottom_navigation/bottom_navigation_item.dart @@ -44,8 +44,8 @@ class BottomNavigationItem extends StatelessWidget { AnimatedDefaultTextStyle( duration: ThemeDurations.shortAnimationDuration, style: isSelected - ? theme.text.bodySmall.copyWith(color: theme.bottomNavbarItemActive) - : theme.text.bodySmall.copyWith(color: theme.bottomNavbarItemInactive), + ? theme.bottomNavbarItemActive.bodySmall + : theme.bottomNavbarItemInactive.bodySmall, child: Text( localization.getTranslation(labelKey), maxLines: 1,