Skip to content

Commit

Permalink
Merge pull request #977 from stone-payments/story/PMIPA-5573-add-ui-t…
Browse files Browse the repository at this point in the history
…est-ab

Add slot before title on Dialog
  • Loading branch information
joliveiradantas authored Jul 12, 2024
2 parents 6fa4134 + f03668e commit ec11baa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/Dialog/Dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
on:keyup
>
<div class="content -align-{align}" style={_contentStyle}>
<div class="begin">
<slot name="begin"></slot>
</div>
<div class="message">
{#if title}
<div class="title">{title}</div>
Expand Down

0 comments on commit ec11baa

Please sign in to comment.