fix placement of share button on month detail view
fix color of share button move default icons into their own folder adding missing
This commit is contained in:
@@ -182,7 +182,7 @@ extension MonthView {
|
||||
homeViewTwoSectionHeaderView(month: month, year: year)
|
||||
|
||||
Image(systemName: "square.and.arrow.up")
|
||||
.padding([.trailing, .bottom])
|
||||
.foregroundColor(textColor)
|
||||
.onTapGesture {
|
||||
let impactMed = UIImpactFeedbackGenerator(style: .heavy)
|
||||
impactMed.impactOccurred()
|
||||
|
||||
Reference in New Issue
Block a user