Lighten placeholder
This commit is contained in:
parent
fb75aa73ba
commit
fc385b2f01
|
@ -77,7 +77,7 @@ export function EmbedModal(props: {
|
||||||
type="text"
|
type="text"
|
||||||
name="embed"
|
name="embed"
|
||||||
id="embed"
|
id="embed"
|
||||||
className="block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
|
className="block w-full rounded-md border-gray-300 shadow-sm placeholder:text-gray-300 focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
|
||||||
placeholder="e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
placeholder="e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||||
value={input}
|
value={input}
|
||||||
onChange={(e) => setInput(e.target.value)}
|
onChange={(e) => setInput(e.target.value)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user