Button style positive not working on mobile app Teams
I just use style “positive” in action Action.ShowCard but still see as default on mobile app Teams
{ “type”: “Container”, “id”: “feedback-block_result_mobile”, “separator”: True, “targetWidth”: “atMost:narrow”, “items”: [ { “type”: “ActionSet”, “actions”: [ { “type”: “Action.ToggleVisibility”, “targetElements”: [“textToToggle”], “id”: “result_like_mo”, “tooltip”: “Helpful”, “title”: “👍“, “style”: “positive” }, { “type”: “Action.ToggleVisibility”, “targetElements”: [“textToToggle”], “id”: “result_dislike_mo”, “tooltip”: “Not helpful”, “title”: “👎“, }, ], }, ], }
I just use style “positive” in action Action.ShowCard but still see as default on mobile app Teams { “type”: “Container”, “id”: “feedback-block_result_mobile”, “separator”: True, “targetWidth”: “atMost:narrow”, “items”: [ { “type”: “ActionSet”, “actions”: [ { “type”: “Action.ToggleVisibility”, “targetElements”: [“textToToggle”], “id”: “result_like_mo”, “tooltip”: “Helpful”, “title”: “👍”, “style”: “positive” }, { “type”: “Action.ToggleVisibility”, “targetElements”: [“textToToggle”], “id”: “result_dislike_mo”, “tooltip”: “Not helpful”, “title”: “👎”, }, ], }, ], } Read More