Skip to content

Commit

Permalink
Remove static color from NavigationItem icons
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Aug 16, 2024
1 parent 3d8f27a commit d384cd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/app/views/navigation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,13 @@ class NavigationItem extends StatelessWidget {
tooltip: title,
padding: const EdgeInsets.symmetric(horizontal: 16),
onPressed: onTap,
color: colorScheme.onSurfaceVariant,
),
)
: IconButton(
icon: leading,
tooltip: title,
padding: const EdgeInsets.symmetric(horizontal: 16),
onPressed: onTap,
color: colorScheme.onSurfaceVariant,
),
);
} else {
Expand Down

0 comments on commit d384cd2

Please sign in to comment.