Minor UI adjustemnts

This commit is contained in:
VincentMeilinger
2024-03-10 18:11:57 +01:00
parent da30c11e50
commit f495449368
3 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ struct RecipeMetadataSection: View {
}
}
.padding()
.background(RoundedRectangle(cornerRadius: 20).foregroundStyle(Color.white.opacity(0.1)))
.background(RoundedRectangle(cornerRadius: 20).foregroundStyle(Color.primary.opacity(0.1)))
.padding([.horizontal, .bottom], 5)
.sheet(isPresented: $presentKeywordSheet) {
KeywordPickerView(title: "Keywords", searchSuggestions: appState.allKeywords, selection: $viewModel.observableRecipeDetail.keywords)