Skip to content

Commit

Permalink
refactor: move showMore to scan
Browse files Browse the repository at this point in the history
  • Loading branch information
WezSieTato committed Sep 25, 2024
1 parent ff346e8 commit 93a52e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
File renamed without changes
10 changes: 5 additions & 5 deletions lib/theme/assets.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ui/list_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class _ListItem extends StatelessWidget {
Expanded(child: child),
Padding(
padding: EdgeInsets.only(right: 8.0),
child: Assets.menuPage.showMore.svg(),
child: Assets.scan.showMore.svg(),
),
],
),
Expand Down

0 comments on commit 93a52e5

Please sign in to comment.