This commit is contained in:
Vladimir Dubovik
2024-12-03 13:56:08 +03:00
parent 2b506ce538
commit 155a175635
3 changed files with 22 additions and 26 deletions

View File

@ -21,7 +21,6 @@ struct ContentView: View {
}
TabBarView(selectedTab: $selectedTab)
}
.background(Color("background"))
}
}