mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-05 09:26:40 +00:00
change material
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user