0
Fork 0
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:
Juanfran 2024-07-29 14:25:53 +02:00
parent 08f989a8c7
commit 9fa96e9e95

View file

@ -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>