add share to month view detail view
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user