Browse Source

use muted shaka in EventActionBar

post-button-style
William Casarin 2 years ago
parent
commit
b99e9b9acc
  1. 6
      damus/Views/EventActionBar.swift

6
damus/Views/EventActionBar.swift

@ -156,9 +156,9 @@ struct LikeButton: View {
if liked {
Text("🤙")
} else {
Label(" ", systemImage: "hand.thumbsup")
.font(.footnote.weight(.medium))
.foregroundColor(Color.gray)
Image("shaka")
.renderingMode(.template)
.foregroundColor(.gray)
}
}
}

Loading…
Cancel
Save