add share to month view detail view

This commit is contained in:
Trey t
2022-03-15 14:25:10 -05:00
parent 6bb40f2b1c
commit db24115272
2 changed files with 77 additions and 22 deletions

View File

@@ -55,9 +55,9 @@ struct SmallRollUpHeaderView: View {
ZStack {
Circle().fill(moodTint.color(forMood: model.mood))
.frame(minWidth: 5,
maxWidth: 70,
maxWidth: 500,
minHeight: 5,
maxHeight: 70,
maxHeight: 500,
alignment: .center)
.overlay(
textView(forModel: model)