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

@@ -51,6 +51,7 @@ struct MonthDetailView: View {
Image(systemName: "square.and.arrow.up")
.foregroundColor(textColor)
.padding(.trailing)
.onTapGesture {
let impactMed = UIImpactFeedbackGenerator(style: .heavy)