Reply to TipKit Image asset tint color You can use .tint modificator for TipView to achieve desired effect. struct FavoriteTipView: View { var tip = FavoriteTip() var body: some View { TipView(tip) .tint(.white) } } App & System Services General Feb ’24