Work in progress on latest design
This commit is contained in:
parent
0fa963f1ab
commit
fc37fd1fe3
23 changed files with 215 additions and 63 deletions
|
@ -5,7 +5,7 @@ module.exports = function(message) {
|
|||
return html`
|
||||
<send-ok-dialog class="flex flex-col max-w-xs p-4">
|
||||
<div class="text-center m-8 leading-normal">${message}</div>
|
||||
<button class="btn rounded w-full flex-no-shrink" onclick="${close}">
|
||||
<button class="btn rounded-lg w-full flex-no-shrink" onclick="${close}">
|
||||
${state.translate('okButton')}
|
||||
</button>
|
||||
</send-ok-dialog>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue