Skip to content
Snippets Groups Projects
Commit add0b0d7 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

UI/UX: update navigation bar button

Replace the 'Cancel' button with a 'Close' button on the
Settings page.

Change-Id: I26dfc815d41958e2f5ed1db3119c5c57c4687a2a
parent 5b8c34a4
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ struct AccountSummaryView: View { ...@@ -103,7 +103,7 @@ struct AccountSummaryView: View {
.navigationBarItems(leading: Button(action: {[weak state] in .navigationBarItems(leading: Button(action: {[weak state] in
state?.dismiss() state?.dismiss()
}, label: { }, label: {
Text(L10n.Global.cancel) Text(L10n.Global.close)
.foregroundColor(.jamiColor) .foregroundColor(.jamiColor)
}), }),
trailing: trailing:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment