You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check button is a bit boring 😬 . You know what would make it more interesting? Interactivity 😸 . Lets add the hover and down states in the styling of the "check" button of the Unit Circle levels (we can migrate it to other levels once we get this level down)!
The check button is a bit boring 😬 . You know what would make it more interesting? Interactivity 😸 . Lets add the hover and down states in the styling of the "check" button of the Unit Circle levels (we can migrate it to other levels once we get this level down)!
Use Case
Check out the figma for the different button states. "Hover" state is when the the user's mouse hovers over a div in CSS (SCSS in our case) and "Down" state is when the user is actively clicking the div.
https://www.figma.com/design/1MV7KtfHz0QjLtA8AE2nkj/Pen-Pals?node-id=0-1&t=M4nMBSOlLTTfJT1H-1
Proposed Solution
Add on to the styling of
.unitcircleinput-check-button-container
within UnitCircleInput.scss to add the hover and down states :)This is a 🐾 Minor Update
The text was updated successfully, but these errors were encountered: