input text change bg according to dark prop (#129)

This commit is contained in:
dheerapat 2023-05-23 22:29:14 +07:00 committed by GitHub
parent 6840fcf2b4
commit b2ab0dfa4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,6 +165,7 @@ export default function UploadPage() {
ref={urlInputRef}
type="text"
placeholder="Enter a website URL"
className="dark:bg-black"
/>
<button
onClick={crawlWebsite}