issues
search
specollective
/
spec-frontend
Frontend for SPEC's informational website.
3
stars
0
forks
source link
changed input font and changed grey color to box shadow
#67
Closed
EmmaBin
closed
1 year ago
EmmaBin
commented
1 year ago
Ticket Description
[x] Hint text (grey text) inside the input fields should not be bold
[x] Input fields do not need to change to inactive state (greyed)
[x] Dropdown menu does not need to be greyed out, looks inactive
[x] Input field text answers do not need to be bold
[ ] No feedback after Submit on mobile
Description of Changes
changed ContactForm.tsx
Before and After for UI Updates
Before:
After:
input text not being bold
input field textarea not being bold
dropdown menu and input filed having box shadow instead of greying out
For PR Reviewer
[ ] Does this file change the yarn.lock, package.json or package-lock.json file? If so, why?
[ ] If this pr contains mobile and desktop changes, did you test on IphoneXr and desktop views?
[ ] Does this file match the related tickets linked figma file, or does it pass the visual smell test?
[ ] If this file contains javascript, does the javascript pass the smell test?
[ ] If you don't feel super confident in your review, did you assign someone more senior to double check?
Ticket Description
Description of Changes
changed ContactForm.tsx
Before and After for UI Updates
Before:
After:
For PR Reviewer