Skip to content

Commit

Permalink
Use new yaru code icon in example (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 committed Nov 17, 2022
1 parent b9ea175 commit feda90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/lib/code_snippet_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CodeSnippedButton extends StatelessWidget {
);
},
),
icon: const Icon(YaruIcons.desktop_panel_look),
icon: const Icon(YaruIcons.code),
tooltip: 'Example snippet',
),
),
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
safe_change_notifier: ^0.2.0
ubuntu_service: ^0.2.0
yaru: ^0.4.3
yaru_icons: ^0.2.6
yaru_icons: ^0.2.7
yaru_widgets:
path: ../

Expand Down

0 comments on commit feda90b

Please sign in to comment.