Skip to content

Commit

Permalink
#334: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorre127 committed Oct 11, 2024
1 parent 163313e commit e407677
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e407677

Please sign in to comment.