Skip to content

Commit

Permalink
Update header of item list (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineInCode authored Apr 11, 2024
1 parent 9bce0f7 commit 17745b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct ItemListView: View {

var body: some View {
content
.navigationTitle("Item List")
.navigationTitle(Localizations.verificationCodes)
.navigationBarTitleDisplayMode(.inline)
.background(Asset.Colors.backgroundSecondary.swiftUIColor.ignoresSafeArea())
.toolbar {
Expand Down

0 comments on commit 17745b4

Please sign in to comment.