mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-10 19:20:59 +00:00
Fix build
This commit is contained in:
parent
435f28dda9
commit
4cce9d6333
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ struct SideBarView<Content: View>: View {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
private func makeIconForTab(tab: AppTab) -> some View {
|
private func makeIconForTab(tab: Tab) -> some View {
|
||||||
HStack {
|
HStack {
|
||||||
ZStack(alignment: .topTrailing) {
|
ZStack(alignment: .topTrailing) {
|
||||||
SideBarIcon(systemIconName: tab.iconName,
|
SideBarIcon(systemIconName: tab.iconName,
|
||||||
|
|
Loading…
Reference in a new issue