AccessibleForAll / ColorPaletteCombos

A tool to help designers and developers find accessible color combinations and build accessible color palettes

Home Page:https://colorpalettecombos.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add reset all button

EmmaDawsonDev opened this issue · comments

It would be good if there were a reset button which resets the color inputs back to their original state

I would like to work on this issue.

  • Should the reset button be next to the add color button?
  • What happen if the user added a new color field and then hit the reset button, do we need to remove the added field and rest the field to only two field?

Yes, the reset button should be next to the add button. It should probably be the grey colour instead of the black though. currently I just styled it on the button element in the index.css file as I only had one button but you should give a class to each button and add the background colour/ text colour there instead.

when resetting all, I want all the extra input fields to be removed and returned back to the two original with black and white.

Any more questions, please let me know 😊

thanks everything is clear for now :)

Closed by a3639d5