This commit is contained in:
Vladimir Dubovik
2024-11-15 18:36:51 +03:00
parent b65b061d95
commit 3670a0b01f
10 changed files with 279 additions and 35 deletions

View File

@ -19,7 +19,7 @@ struct ContentView: View {
case .settings:
Text("Settings")
}
CustomTabBarView(selectedTab: $selectedTab)
TabBarView(selectedTab: $selectedTab)
}
.background(.secondary.opacity(0.15))
}