Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarasla committed Nov 6, 2023
1 parent 5bb21b2 commit 95c4a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/lib/components/faces-page/edit-name-input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
heightStyle="2rem"
/>
<form
class="ml-4 flex w-full justify-between gap-8"
class="ml-4 flex w-full justify-between"
autocomplete="off"
on:submit|preventDefault={() => dispatch('change', name)}
>
<!-- svelte-ignore a11y-autofocus -->
<input
autofocus
class="w-full gap-2 bg-gray-100 dark:bg-gray-700 dark:text-white"
class="w-full bg-gray-100 dark:bg-gray-700 dark:text-white"
type="text"
placeholder="New name or nickname"
bind:value={name}
Expand Down

0 comments on commit 95c4a27

Please sign in to comment.