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

@@ -44,7 +44,7 @@ struct RecipeImportSection: View {
.buttonStyle(.bordered)
}
.padding()
.background(RoundedRectangle(cornerRadius: 20).foregroundStyle(Color.white.opacity(0.1)))
.background(RoundedRectangle(cornerRadius: 20).foregroundStyle(Color.primary.opacity(0.1)))
.padding(5)
.padding(.top, 5)
}