Use A Disabled Version of Shaka to Prevent Size Change

This commit is contained in:
Joel Klabo
2023-01-06 19:49:46 -08:00
parent 9e5209b48d
commit b1885700ca

View File

@@ -171,9 +171,8 @@ struct LikeButton: View {
if liked {
Text("🤙", comment: "Button with emoji to like an event.")
} else {
Image("shaka")
.renderingMode(.template)
.foregroundColor(.gray)
Text("🤙")
.grayscale(1)
}
}
}