Skip to content

Commit

Permalink
Fix icon to be g3 compatible (flutter#5914)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll authored Jun 13, 2023
1 parent 3d979b0 commit 3debabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/src/framework/app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class TabOverflowButton extends StatelessWidget {
Widget build(BuildContext context) {
final selectedColor = Theme.of(context).colorScheme.primary;
final button = ContextMenuButton(
icon: Icons.keyboard_double_arrow_right,
icon: Icons.keyboard_double_arrow_right_sharp,
iconSize: actionsIconSize,
color: overflowTabSelected ? selectedColor : null,
buttonWidth: buttonMinWidth,
Expand Down

0 comments on commit 3debabb

Please sign in to comment.