Skip to content

[Rendering][Xaml] Positive and Destructive Actions have incorrect button styling #8840

@krschau

Description

@krschau

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:
image

Positive and Destructive:
image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions