Skip to content

Conversation

@aashmanVerma
Copy link

Issue that this pull request solves

Increase the clickable area for Profile Pic checkbox

Closes: # (issue number)
#135

Proposed changes

Brief description of what is fixed or changed
I changed the clickable area for the add profile picture checkbox button so it becomes easy for the user to select it .

Types of changes

Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (Documentation content changed)
  • Other (please describe):

Checklist

Put an x in the boxes that apply

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Screenshots

Please attach the screenshots of the changes made in case of change in user interface
Screenshot (4)
screen-capture (11).webm

Other information

Any other information that is important to this pull request

@praveenscience
Copy link
Member

Reviewing this today! 💪🏻

return (
<div className="form-check form-switch">
<div>
<div className="" onClick={hoverClick}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to use a div here, make it label with display: block, will fix it. That's the fix. No need to think so much with useState() and stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants