forked from coracle/flotilla
Default to light mode
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<div class="center fixed inset-0 z-modal">
|
||||
<button
|
||||
aria-label="Close dialog"
|
||||
class="absolute inset-0 cursor-pointer bg-black opacity-75"
|
||||
class="absolute inset-0 cursor-pointer bg-[#ccc] opacity-75 dark:bg-black"
|
||||
transition:fade={{duration: 300}}
|
||||
onclick={onClose}>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user