Skip to content

Commit

Permalink
fix: remove dark style
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Feb 26, 2023
1 parent cdffcc3 commit a53fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const Home: NextPage = () => {
type="text"
value={curVideo}
onChange={(e) => setCurVideo(e.target.value)}
className="mx-auto mt-10 w-full appearance-none rounded-lg rounded-md border bg-transparent py-2 pl-2 text-sm leading-6 text-slate-900 shadow-sm ring-1 ring-slate-200 placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-blue-500 dark:text-slate-100 dark:ring-0 dark:placeholder:text-slate-500 dark:focus:ring-2"
className="mx-auto mt-10 w-full appearance-none rounded-lg rounded-md border bg-transparent py-2 pl-2 text-sm leading-6 text-slate-900 shadow-sm ring-1 ring-slate-200 placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-blue-500"
/>
{!loading && (
<button
Expand Down

1 comment on commit a53fb98

@vercel
Copy link

@vercel vercel bot commented on a53fb98 Feb 26, 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.