add variant="danger" to Delete dropdown item (#1445)

This commit is contained in:
randomguy-2650
2025-09-15 15:34:09 +02:00
committed by GitHub
parent b6afa148ae
commit efbc404524

View File

@@ -96,7 +96,7 @@ Use the `icon` slot to add icons to [dropdown items](/docs/components/dropdown-i
Paste
</wa-dropdown-item>
<wa-dropdown-item value="delete">
<wa-dropdown-item value="delete" variant="danger">
<wa-icon slot="icon" name="trash"></wa-icon>
Delete
</wa-dropdown-item>