JobCore / employee-mobile

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

Increase margins in "Preferences" #189

Open ghost opened 2 years ago

ghost commented 2 years ago

Increase margins in "Preferences"

Issue:

In the "Preferences" page, there are three buttons ("Job Position", "My Location", and "My Availability") that need bigger margins at the bottom.

As you see int he picture below, each button is too close to the bold text right below it

pic

For reference, you can find this issue in lines 231- 397 at /workspace/employee-mobile/src/components/Invite/JobPreferences.js

Solution:

Make it so that there is a margin of at least 1rem under each button ("Job Position", "My Location", and "My Availability").

Solution Steps:

1) See where the buttons are getting styled, then see how to add a bottom margin of at least 1rem. 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.