mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2025-03-02 12:05:33 +00:00
add titles, fix category btn backgrounds
This commit is contained in:
parent
90d66fc343
commit
433f3769ab
@ -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)) {
|
||||
|
@ -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)
|
||||
|
@ -44,7 +44,6 @@ struct MainTabView: View {
|
||||
.tabItem {
|
||||
Text("Home")
|
||||
Image(systemName: "house")
|
||||
|
||||
}
|
||||
.tag(Tab.home)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user