We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed9847 commit a1f8089Copy full SHA for a1f8089
snaps/features/custom-ui/with-jsx.md
@@ -216,7 +216,7 @@ For use in [interactive UI](interactive-ui.md).
216
- `name`: `string` - (Optional) The name that will be sent to [`onUserInput`](../../reference/entry-points.md#onuserinput)
217
when a user selects the button.
218
- `variant` - (Optional) Determines the appearance of the button.
219
- Possible values are `"primary"` or `"secondary"`.
+ Possible values are `"primary"` or `"destructive"`.
220
The default is `"primary"`.
221
222
#### Example
@@ -732,4 +732,4 @@ await snap.request({
732
733
<p align="center">
734
<img src={require("../../assets/custom-ui-emojis.png").default} alt="Emojis UI example" width="450px" style={{border: "1px solid #DCDCDC"}} />
735
-</p>
+</p>
0 commit comments