Skip to content

Commit

Permalink
remove incorrect placeholder from input (it's a span so this is inter…
Browse files Browse the repository at this point in the history
…preted wrong anyway)
  • Loading branch information
Southclaws committed Dec 28, 2023
1 parent 111808a commit 7a1f0ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/theme/components/TitleInput/titleInput.recipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const titleInput = defineRecipe({
overflowWrap: "break-word",
wordBreak: "break-word",
fontWeight: "semibold",
placeholder: "Title",
cursor: "text",
_focus: {
outline: "none",
Expand Down

2 comments on commit 7a1f0ba

@vercel
Copy link

@vercel vercel bot commented on 7a1f0ba Dec 28, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 7a1f0ba Dec 28, 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.