mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 22:32:26 +03:00
update userId placeholder
This commit is contained in:
parent
b4266c26b0
commit
1c0846d830
3 changed files with 3 additions and 3 deletions
|
@ -201,7 +201,7 @@ export function AdditionalCreatorInput({
|
||||||
variant="Background"
|
variant="Background"
|
||||||
radii="300"
|
radii="300"
|
||||||
outlined
|
outlined
|
||||||
placeholder="@john:server"
|
placeholder="@username:server"
|
||||||
onChange={handleCreatorChange}
|
onChange={handleCreatorChange}
|
||||||
onKeyDown={handleCreatorKeyDown}
|
onKeyDown={handleCreatorKeyDown}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -194,7 +194,7 @@ export function InviteUserPrompt({ room, requestClose }: InviteUserProps) {
|
||||||
ref={inputRef}
|
ref={inputRef}
|
||||||
onChange={handleSearchChange}
|
onChange={handleSearchChange}
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
placeholder="@john:server"
|
placeholder="@username:server"
|
||||||
name="userIdInput"
|
name="userIdInput"
|
||||||
variant="Background"
|
variant="Background"
|
||||||
disabled={inviting}
|
disabled={inviting}
|
||||||
|
|
|
@ -78,7 +78,7 @@ export function CreateChat({ defaultUserId }: CreateChatProps) {
|
||||||
<Text size="L400">User ID</Text>
|
<Text size="L400">User ID</Text>
|
||||||
<Input
|
<Input
|
||||||
defaultValue={defaultUserId}
|
defaultValue={defaultUserId}
|
||||||
placeholder="@john:server"
|
placeholder="@username:server"
|
||||||
name="userIdInput"
|
name="userIdInput"
|
||||||
variant="SurfaceVariant"
|
variant="SurfaceVariant"
|
||||||
size="500"
|
size="500"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue