Typo in sample code in uxp-variant of button
Closed this issue · 1 comments
yoshikinoko commented
Submit an issue
Topic
This is an issue regarding:
- The tutorials contained within this repo.
- The samples contained within this repo.
Versions
- Supported XD version(s):
Description of the issue
Cancel
is used in sample code, but Delete
is displayed in the resulting image.
Proposed solution or attempted solutions that failed
update the code
https://github.com/AdobeXD/plugin-docs/blame/master/reference/ui/elements/buttons.md#L112-L115
<button uxp-variant="warning">Delete</button>
<button uxp-variant="warning" uxp-quiet="true">Delete</button>
dkstevekwak commented
@yoshikinoko thanks for catching this. addressed - b3c7d43