Skip to content

Commit

Permalink
chore: fix design (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamashita-kenngo authored Jun 1, 2024
1 parent cceb80f commit dcdf6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Login = () => {
type="email"
autocomplete="email"
required
class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
class="block w-full rounded-md border-0 px-2 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
onChange={(e) => handleEmailChange(e)}
/>
</div>
Expand Down

0 comments on commit dcdf6e2

Please sign in to comment.