Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @ZaiD026, Can you try passing an AdaptiveCards/source/nodejs/adaptivecards-designer/src/toolbar.ts Lines 127 to 137 in 6249d09 You should then be able to use it as the class name for CSS styling that will apply to this button only. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added the custom button in the toolbar by following the documentation present.
/* Modify the toolbar */
let myButton = new Designer.ToolbarButton(
"myButton",
"My button",
null,
(sender) => { alert("My button was clicked"); });
now I need to change its CSS to make it more visible and different from other how to do it?
Beta Was this translation helpful? Give feedback.
All reactions