Skip to content

Commit

Permalink
fix update layout login screen #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraao1231 committed May 23, 2024
1 parent 2a643ca commit 0daa910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GymTracker/screens/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export default function Login() {
return (

<View className="w-full h-full bg-zinc-900 grid items-center ">
<View className=" flex w-full h-[20%] p-5">
<View className=" flex w-full h-[12%] p-5">

<View className="pt-12 pl-2 flex flex-row items-center justify-between">
<View className="pt-8 pl-2 flex flex-row items-center justify-between">
<ArrowLeft color="white" size={35}></ArrowLeft>
<Image source={LogoImage} style={{
resizeMode: 'contain',
Expand Down

0 comments on commit 0daa910

Please sign in to comment.