Merge pull request #4857 from h3poteto/login/loading

Fix spinner position in accounts/New
This commit is contained in:
AkiraFukushima 2024-03-02 19:13:33 +09:00 committed by GitHub
commit 61c4e776f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ export default function New(props: NewProps) {
</Button>
</form>
) : (
<div className="text-center">
<Spinner />
<div className="text-center pt-2">
<Spinner className="m-auto" />
</div>
)}
</>