Skip to content

Commit

Permalink
input text change bg according to dark prop (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
dheerapat authored May 23, 2023
1 parent 6840fcf commit b2ab0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/upload/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export default function UploadPage() {
ref={urlInputRef}
type="text"
placeholder="Enter a website URL"
className="dark:bg-black"
/>
<button
onClick={crawlWebsite}
Expand Down

1 comment on commit b2ab0df

@vercel
Copy link

@vercel vercel bot commented on b2ab0df May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.