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:
Trey t
2022-03-17 11:01:50 -05:00
parent 1257a6342e
commit ec58aae65b
16 changed files with 33 additions and 5 deletions

View File

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