Skip to content

Commit

Permalink
Merge pull request #992 from woxtu/nav-items
Browse files Browse the repository at this point in the history
[iOS] Fix the size of the navigation bar items on the timetable
  • Loading branch information
Ryoya Ito authored Aug 28, 2023
2 parents c40b31c + b66419b commit d7468db
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "bookmarks.pdf",
"filename" : "trailing-icon 2.pdf",
"idiom" : "universal"
}
],
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions app-ios/Modules/Sources/Timetable/TimetableView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,13 @@ public struct TimetableView<SessionView: View>: View {
NavigationLink(value: TimetableRouting.search) {
Assets.Icons.search.swiftUIImage
}
.buttonStyle(.plain)
}
ToolbarItem {
NavigationLink(value: TimetableRouting.bookmark) {
Assets.Icons.bookmarks.swiftUIImage
}
.buttonStyle(.plain)
}
ToolbarItem {
Assets.Icons.gridView.swiftUIImage
Expand Down

0 comments on commit d7468db

Please sign in to comment.