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

@@ -75,9 +75,9 @@ final class EmojiMoodImages: MoodImagable {
case .great:
return Image(uiImage: "😀".textToImage()!)
case .missing:
return Image("missing", bundle: .main)
return Image("x-solid", bundle: .main)
case .placeholder:
return Image("missing", bundle: .main)
return Image("x-solid", bundle: .main)
}
}
}
@@ -96,9 +96,9 @@ final class HandEmojiMoodImages: MoodImagable {
case .great:
return Image(uiImage: "🙏".textToImage()!)
case .missing:
return Image("missing", bundle: .main)
return Image("x-solid", bundle: .main)
case .placeholder:
return Image("missing", bundle: .main)
return Image("x-solid", bundle: .main)
}
}
}