use muted shaka in EventActionBar

This commit is contained in:
William Casarin
2023-01-03 11:15:10 -08:00
parent 61974ca696
commit b99e9b9acc

View File

@@ -156,9 +156,9 @@ struct LikeButton: View {
if liked {
Text("🤙")
} else {
Label(" ", systemImage: "hand.thumbsup")
.font(.footnote.weight(.medium))
.foregroundColor(Color.gray)
Image("shaka")
.renderingMode(.template)
.foregroundColor(.gray)
}
}
}