mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-04 13:50:13 -05:00
fix(docs): add missing variant on destructive button
This commit is contained in:
parent
08f989a8c7
commit
9fa96e9e95
1 changed files with 5 additions and 1 deletions
|
@ -775,7 +775,11 @@
|
|||
<template lang="html">
|
||||
<div data-theme="dark">
|
||||
<button type="button" data-appearance="primary">Primary Dark</button>
|
||||
<button type="button" data-appearance="primary">
|
||||
<button
|
||||
type="button"
|
||||
data-appearance="primary"
|
||||
data-variant="destructive"
|
||||
>
|
||||
Primary Dark destructive
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue