Skip to content

Commit

Permalink
fix: [misc] update close button for dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
StfBauer committed Sep 29, 2023
1 parent c5337fa commit 43c1504
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
@@ -1,4 +1,4 @@
<div class="hoo-dlgheader">
<div class="hoo-dlgheader-title"><h2>{{ title }}</h2></div>
<div class="hoo-dlgheader-closer">{{> atoms-button-icon iconame=iconAction aria-label=aria-label }}</div>
<div class="hoo-dlgheader-closer">{{> atoms-button-icon}}</div>
</div>
6 changes: 4 additions & 2 deletions htwoo-core/src/_patterns/molecules/dialogs/dialog-header.json
@@ -1,5 +1,7 @@
{
"title": "Header of a modal dialog",
"iconAction": "icon-close",
"aria-label": "Close"
"button": {
"iconname": "icon-close",
"aria-label": "Close"
}
}

0 comments on commit 43c1504

Please sign in to comment.