Skip to content

Commit

Permalink
fix tab bar background issue caused by toast view.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobitech committed Jul 10, 2024
1 parent 7d25136 commit 904068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/SmileID/Jobs/JobsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ struct JobsView: View {
}
}
}
.background(SmileID.theme.backgroundLight.ignoresSafeArea())
.navigationTitle("Jobs")
.toolbar {
ToolbarItem {
Expand All @@ -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?"),
Expand Down

0 comments on commit 904068b

Please sign in to comment.