Use A Disabled Version of Shaka to Prevent Size Change
This commit is contained in:
@@ -171,9 +171,8 @@ struct LikeButton: View {
|
|||||||
if liked {
|
if liked {
|
||||||
Text("🤙", comment: "Button with emoji to like an event.")
|
Text("🤙", comment: "Button with emoji to like an event.")
|
||||||
} else {
|
} else {
|
||||||
Image("shaka")
|
Text("🤙")
|
||||||
.renderingMode(.template)
|
.grayscale(1)
|
||||||
.foregroundColor(.gray)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user