updated signin dialog
This commit is contained in:
parent
1b9182aac7
commit
4820f175dd
5 changed files with 55 additions and 38 deletions
|
@ -3,8 +3,8 @@ const html = require('choo/html');
|
|||
module.exports = function(message) {
|
||||
return function(state, emit, close) {
|
||||
return html`
|
||||
<send-ok-dialog class="flex flex-col max-w-xs p-4">
|
||||
<div class="text-center m-8 leading-normal">${message}</div>
|
||||
<send-ok-dialog class="flex flex-col max-w-sm p-4 m-auto">
|
||||
<h2 class="text-center m-8 leading-normal">${message}</h2>
|
||||
<button
|
||||
class="btn rounded-lg w-full flex-no-shrink"
|
||||
onclick="${close}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue