mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
input text change bg according to dark prop (#129)
This commit is contained in:
parent
6840fcf2b4
commit
b2ab0dfa4e
@ -165,6 +165,7 @@ export default function UploadPage() {
|
||||
ref={urlInputRef}
|
||||
type="text"
|
||||
placeholder="Enter a website URL"
|
||||
className="dark:bg-black"
|
||||
/>
|
||||
<button
|
||||
onClick={crawlWebsite}
|
||||
|
Loading…
Reference in New Issue
Block a user