UdacityFrontEndScholarship / quiz-app

This application is a collaborative project made by the Google Udacity Front End Web Developer Scholars.
46 stars 76 forks source link

Added color #c4c8cc to the border of input fields and .google & .github buttons. #47

Closed Ajayjam97 closed 6 years ago

Ajayjam97 commented 6 years ago

Files changed:

1.) Signin.js 2.)Signup.js 3.)Form.css

Removed the conflicting .border class from the input tags and added a new .border-custom-color class in the required tags. Issue #45

Extra:

Also changed the color of Signup and Signin with github and google buttons to white as per the mockup. new

Ajayjam97 commented 6 years ago

@ezioda004 I didn't changed the code style . I just started using prettier package in my sublime. Is it possible that it would have changed that?

ezioda004 commented 6 years ago

@Ajayjam97 Yes, the prettier did change the code styles and hence you can why we're getting confused as you can see from our above conversation. Merging this cause it works out the issue #45

Thanks for your contribution!

Ajayjam97 commented 6 years ago

Thanks 😃