Dark theme
This commit is contained in:
parent
ea1ea2aa68
commit
c71c246959
37 changed files with 363 additions and 215 deletions
|
@ -25,7 +25,7 @@ module.exports = function(state, emit) {
|
|||
let content = '';
|
||||
let button = html`
|
||||
<div
|
||||
class="bg-blue rounded-full m-4 flex items-center justify-center shadow-lg"
|
||||
class="bg-blue-50 rounded-full m-4 flex items-center justify-center shadow-lg"
|
||||
style="width: 56px; height: 56px"
|
||||
onclick="${onclick}"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue