use muted shaka in EventActionBar
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user