fix spacing issue with main view list view and top header
This commit is contained in:
@@ -78,13 +78,12 @@ struct SmallRollUpHeaderView: View {
|
||||
textView(forModel: model)
|
||||
.font(.title)
|
||||
.fontWeight(.bold)
|
||||
.frame(width: 40, height: 40)
|
||||
.scaledToFill()
|
||||
.minimumScaleFactor(0.5)
|
||||
.lineLimit(1)
|
||||
.foregroundColor(Color(UIColor.white))
|
||||
}
|
||||
.padding([.leading, .trailing], 5)
|
||||
.frame(maxWidth: .infinity, alignment: .center)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user