chore: refactor UI consistency using design system tokens and remove LucideIcons
This commit is contained in:
@@ -141,7 +141,7 @@ class StaffMainBottomBar extends StatelessWidget {
|
||||
Icon(
|
||||
icon,
|
||||
color: isSelected ? activeColor : inactiveColor,
|
||||
size: 24, // Standard navigation icon size
|
||||
size: UiConstants.iconLg,
|
||||
),
|
||||
const SizedBox(height: UiConstants.space1),
|
||||
Text(
|
||||
|
||||
Reference in New Issue
Block a user