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:

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:
And it looks like this: