Skip to content

Buttons not styled properly #11

@martin-braun

Description

@martin-braun

It seems buttons are not rendered the right way. I'm using the HostConfig of Teams in my own SPFX web part, and the buttons are native.

HostConfig taken from here: https://adaptivecards.io/visualizer/index.html?hostApp=Microsoft%20Teams

I'm rendering the button using an open url action:

"actions": [
	{
		"type": "Action.OpenUrl",
		"title": "Anzeigen",
		"url": "https://example.org"
	}
]

And it looks like this:

Screenshot 2019-07-24 at 20 27 58

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions