feat: profile update

This commit is contained in:
Shusui MOYATANI
2023-05-01 12:14:21 +09:00
parent a78eeb4f56
commit f0113d5f4d
12 changed files with 487 additions and 167 deletions

View File

@@ -307,7 +307,7 @@ const NotePostForm: Component<NotePostFormProps> = (props) => {
props.textAreaRef?.(el);
}}
name="text"
class="min-h-[40px] rounded border-none"
class="min-h-[40px] rounded-md border-none focus:ring-rose-300"
rows={4}
placeholder={placeholder(mode())}
onInput={handleInput}