Target Platforms
Other
SDK Version
1.5
Application Name
Dev Home
Problem Description
Actions with style "default" have correct, rounded corner. Actions with Positive or Destructive styling have square corners.
Screenshots
Default:

Positive and Destructive:

Card JSON
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.5",
"body": [
{
"type": "TextBlock",
"text": "Adaptive Card design session",
"size": "large",
"weight": "bolder",
"wrap": true,
"style": "heading"
}
],
"actions": [
{
"type": "Action.Submit",
"style": "positive",
"title": "Snooze",
"data": {
"x": "snooze"
}
},
{
"type": "Action.Submit",
"style": "destructive",
"title": "I'll be late",
"data": {
"x": "late"
}
}
]
}
Sample Code Language
No response
Sample Code
No response