diff --git a/Example/SmileID/Jobs/JobsView.swift b/Example/SmileID/Jobs/JobsView.swift index 6369a75a1..cf3f2f11e 100644 --- a/Example/SmileID/Jobs/JobsView.swift +++ b/Example/SmileID/Jobs/JobsView.swift @@ -19,7 +19,6 @@ struct JobsView: View { } } } - .background(SmileID.theme.backgroundLight.ignoresSafeArea()) .navigationTitle("Jobs") .toolbar { ToolbarItem { @@ -40,6 +39,7 @@ struct JobsView: View { .multilineTextAlignment(.center) .padding() } + .background(SmileID.theme.backgroundLight.ignoresSafeArea()) .actionSheet(isPresented: $viewModel.showConfirmation, content: { ActionSheet( title: Text("Are you sure you want to clear all jobs?"),