mirror of
https://github.com/Zippland/NanoComic.git
synced 2026-02-12 01:57:13 +08:00
style(InputForm): update placeholder text to be more descri
This commit is contained in:
@@ -78,7 +78,7 @@ export const InputForm: React.FC<InputFormProps> = ({
|
||||
value={internalInputValue}
|
||||
onChange={(e) => setInternalInputValue(e.target.value)}
|
||||
onKeyDown={handleKeyDown}
|
||||
placeholder="白雪公主大战奥特曼"
|
||||
placeholder="Neon Tokyo, detective meets future self."
|
||||
className={`w-full text-neutral-100 placeholder-neutral-500 resize-none border-0 focus:outline-none focus:ring-0 outline-none focus-visible:ring-0 shadow-none
|
||||
md:text-base min-h-[56px] max-h-[200px]`}
|
||||
rows={1}
|
||||
|
||||
Reference in New Issue
Block a user