chore: ui layout polish

This commit is contained in:
Anoop M D
2023-10-07 19:12:20 +05:30
parent 50f2f54335
commit e381d0c00b
3 changed files with 5 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ const Auth = ({ item, collection }) => {
};
return (
<StyledWrapper className="w-full">
<StyledWrapper className="w-full mt-1">
<div className="flex flex-grow justify-start items-center">
<AuthMode item={item} collection={collection} />
</div>