Skip to content

Commit

Permalink
Add list menu item icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wargcm committed Apr 9, 2024
1 parent bd87d49 commit f9a648c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ struct ReaderNavigationButton: View {
menuButton(for: item)
}
} label: {
Text(Strings.lists)
HStack {
Text(Strings.lists)
Spacer()
Image("reader-menu-list")
}
}
} else {
ForEach(viewModel.listItems, id: \.self) { item in
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "reader-menu-list.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9a648c

Please sign in to comment.