JobCore / employee-mobile

Mobile React Native Application for Employees
5 stars 4 forks source link

"Back" arrow button overlaps on sign in page #188

Open ghost opened 2 years ago

ghost commented 2 years ago

"Back" arrow button overlaps on sign in page

Issue:

When you are about to sign in on the mobile app, you will see an arrow on the top left corner. This is supposed to be a button to take you to the previous page.

The problem is that, it is overlapping the time. Because of this, it doesn't work anymore.

IMG-84306

For reference, you can find this issue in lines 228 - 309 at /workspace/employee-mobile/src/components/Account/LoginScreen.js

Solution:

Make it so that the arrow button is below the time, so that it works and looks better.

Solution Steps:

1) Check to see what is controlling the margin of that arrow button, and see if you can increase it. 2) Once finished, run all the tests provided in the repo to make sure that your integration was successful. 3) Create a pull request so that your code can be evaluated by the Lead Developer before deployment. 4) Keep an eye out for any new bugs that arise after the change is deployed to the code.