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
Phase 1:
Create a ColorSelection component, the component will be used in the "Add new button" screen, will allow to set a button's background when adding/editing a button.
Visually the component will look like a bar with 5 circle buttons (for 5 different colors), the color values can be passed as props but will fallback to default colors if nothing set - use values for colors from here
Each click on the color circle button, will trigger an event with the color value as passed argument.
Phase 2:
Add the ColorSelection component to the BoardButtonDetails screen, and bubble the color value up to the BoardContainer component
The text was updated successfully, but these errors were encountered:
Phase 1:
Create a
ColorSelection
component, the component will be used in the "Add new button" screen, will allow to set a button's background when adding/editing a button.Visually the component will look like a bar with 5 circle buttons (for 5 different colors), the color values can be passed as props but will fallback to default colors if nothing set - use values for colors from here
Each click on the color circle button, will trigger an event with the color value as passed argument.
Phase 2:
Add the
ColorSelection
component to theBoardButtonDetails
screen, and bubble the color value up to theBoardContainer
componentThe text was updated successfully, but these errors were encountered: