Changes night mode

This commit is contained in:
Belen Curcio
2020-10-26 17:33:43 -03:00
parent daaa2a483f
commit ada8fa59be
4 changed files with 26 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ const SignUpView: FC<Props> = () => {
}, [handleValidation])
return (
<div className="w-96 flex flex-col justify-between p-3">
<div className="w-80 flex flex-col justify-between p-3">
<div className="flex justify-center pb-12 ">
<Logo width="64px" height="64px" />
</div>