add titles, fix category btn backgrounds

This commit is contained in:
jhays 2021-09-28 21:39:08 -05:00
parent 90d66fc343
commit 433f3769ab
3 changed files with 1 additions and 3 deletions

View File

@ -55,6 +55,7 @@ struct PortraitItemElement: View {
}
}.padding(2)
.opacity(1), alignment: .topTrailing).opacity(1)
Text(item.title)
}
.onChange(of: envFocused) { envFocus in
withAnimation(.linear(duration: 0.15)) {

View File

@ -29,7 +29,6 @@ struct LibraryListView: View {
}
}
.padding(16)
.background(Color.white)
.frame(minWidth: 100, maxWidth: .infinity)
}
.cornerRadius(10)
@ -49,7 +48,6 @@ struct LibraryListView: View {
}
}
.padding(16)
.background(Color.white)
.frame(minWidth: 100, maxWidth: .infinity)
}
.cornerRadius(10)

View File

@ -44,7 +44,6 @@ struct MainTabView: View {
.tabItem {
Text("Home")
Image(systemName: "house")
}
.tag(Tab.home)