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 { if liked {
Text("🤙") Text("🤙")
} else { } else {
Label(" ", systemImage: "hand.thumbsup") Image("shaka")
.font(.footnote.weight(.medium)) .renderingMode(.template)
.foregroundColor(Color.gray) .foregroundColor(.gray)
} }
} }
} }