Skip to content

Commit 0678572

Browse files
committed
Clarify default button color of modal.
1 parent edd44f6 commit 0678572

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/modals

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/modals/confirm-dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ button labels.
1515

1616
* `headline` - The headline of the modal.
1717
* `content` - The content of the modal, which can be a TemplateResult or a string.
18-
* `color` - (Optional) The color of the modal, can be `positive` or `danger`.
18+
* `color` - (Optional) The color of the modal, can be `positive` or `danger`. Defaults to `positive`.
1919
* `confirmLabel` - (Optional) The label of the confirmation button.
2020
* `cancelLabel` - (Optional) The label of the cancel button.
2121

0 commit comments

Comments
 (0)