mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -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">
|
<template lang="html">
|
||||||
<div data-theme="dark">
|
<div data-theme="dark">
|
||||||
<button type="button" data-appearance="primary">Primary Dark</button>
|
<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
|
Primary Dark destructive
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue