1
0
mirror of git://jb55.com/damus synced 2024-09-30 17:00:43 +00:00

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)
}
}
}