Updated navbar item color & size

This commit is contained in:
2026-01-12 17:31:30 +01:00
parent cde40ef293
commit 8bf2b9e3dd
3 changed files with 4 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ class _NavbarItemState extends State<NavbarItem>
color: widget.isSelected
? CustomTheme.navBarItemSelectedColor
: CustomTheme.navBarItemUnselectedColor,
size: 26,
size: 32,
),
),
const SizedBox(height: 4),