change material

This commit is contained in:
spaced4ndy
2024-05-03 14:08:59 +04:00
parent 0cfecd41f7
commit 7462c80dd2
+2 -2
View File
@@ -57,14 +57,14 @@ struct HomeView: View {
VStack {
topToolbar()
.background(BlurView(style: .systemMaterial).ignoresSafeArea())
.background(BlurView(style: .systemThinMaterial).ignoresSafeArea())
Spacer()
}
VStack {
Spacer()
bottomToolbar()
.background(BlurView(style: .systemMaterial).ignoresSafeArea())
.background(BlurView(style: .systemThinMaterial).ignoresSafeArea())
}
// .toolbar {