mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2025-03-02 03:56:00 +00:00
Fix background of ServerList elements when using bigger fonts with Dynamic Type
This commit is contained in:
parent
c4a3670cec
commit
796c114f51
@ -26,7 +26,6 @@ struct ServerListView: View {
|
||||
ZStack(alignment: Alignment.leading) {
|
||||
Rectangle()
|
||||
.foregroundColor(Color(UIColor.secondarySystemFill))
|
||||
.frame(height: 100)
|
||||
.cornerRadius(10)
|
||||
|
||||
HStack(spacing: 10) {
|
||||
@ -48,7 +47,7 @@ struct ServerListView: View {
|
||||
.font(.footnote)
|
||||
.foregroundColor(.primary)
|
||||
}
|
||||
}.padding([.leading])
|
||||
}.padding()
|
||||
}
|
||||
.padding()
|
||||
}
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user