re-do the way a custom icon is generated / stored

fix small roll up header text going outside of circle view
This commit is contained in:
Trey t
2022-02-14 17:02:56 -06:00
parent 0ca2e9b1be
commit fce13af84e
4 changed files with 71 additions and 59 deletions

View File

@@ -76,14 +76,15 @@ struct SmallRollUpHeaderView: View {
.frame(width: 50, height: 50)
textView(forModel: model)
.font(.title)
.font(.title3)
.fontWeight(.bold)
.frame(width: 40, height: 40)
.scaledToFill()
.minimumScaleFactor(0.5)
.lineLimit(1)
.foregroundColor(Color(UIColor.white))
}
.frame(maxWidth: .infinity, alignment: .center)
.padding([.leading, .trailing], 5)
}
}
}