You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The style of adaptive card is different from that of fluent UI.
For example, here is the input box of fluent UI: https://react.fluentui.dev/?path=/docs/components-input--default
It has a white background color. But in adaptive card, the input is like below:
Can we make the adaptive card input control's background color also white? Actually the grey color will confuse our customers.
Proposed solution
There is a property to control the theme of adaptive card. We can change the rendering style of adaptive card by change this proprty.
Alternatives or Workarounds
No workarounds.
The text was updated successfully, but these errors were encountered:
Problem Statement
The style of adaptive card is different from that of fluent UI.
For example, here is the input box of fluent UI: https://react.fluentui.dev/?path=/docs/components-input--default
It has a white background color. But in adaptive card, the input is like below:
Can we make the adaptive card input control's background color also white? Actually the grey color will confuse our customers.
Proposed solution
There is a property to control the theme of adaptive card. We can change the rendering style of adaptive card by change this proprty.
Alternatives or Workarounds
No workarounds.
The text was updated successfully, but these errors were encountered: