fix spacing issue with main view list view and top header

This commit is contained in:
Trey t
2022-02-12 10:38:49 -06:00
parent ee49a535bd
commit adcdf636c3
2 changed files with 4 additions and 5 deletions

View File

@@ -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)
}
}
}