Skip to content

Commit c2c3e9b

Browse files
committed
Disable large title for the domain settings view.
1 parent 0bda1c3 commit c2c3e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/Domains/DomainSettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct DomainSettingsView: View {
6161
}
6262
}
6363
.navigationBarTitle(Localization.title)
64-
.navigationBarTitleDisplayMode(.large)
64+
.navigationBarTitleDisplayMode(.inline)
6565
.onAppear {
6666
viewModel.onAppear()
6767
}

0 commit comments

Comments
 (0)