fix: respect NIP spec

This commit is contained in:
2024-01-31 07:29:47 +07:00
parent cc48a4f36b
commit b7f4af7883
2 changed files with 2 additions and 7 deletions

View File

@@ -228,7 +228,7 @@ export const LumeProvider = ({ children }: PropsWithChildren<object>) => {
return (
<div
data-tauri-drag-region
className="relative flex items-center justify-center w-screen h-screen"
className="relative flex items-center justify-center w-screen h-screen bg-white dark:bg-black"
>
<div className="flex flex-col items-start max-w-2xl gap-1">
<h5 className="font-semibold uppercase">TIP:</h5>