-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: creating component RoundColor #377
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
le but de faire ce composant c'est ensuite pour l'utiliser dans RandomColor
et PreciseColorPicker
disabled, | ||
onClick, | ||
}: RoundColorProps) { | ||
const disabledColor = theme.palette.action.disabled; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const disabledColor = theme.palette.action.disabled; | |
const theme = useTheme(); | |
const disabledColor = theme.palette.action.disabled; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
le but de faire ce composant c'est ensuite pour l'utiliser dans
RandomColor
etPreciseColorPicker
Yes mais je ne savais pas si le componant allais bien, du coups c'est pour ça que je l'ai mis en Draft, du coups je l'applique à RandomColor et PreciseColorPicker
… precisecolorPicker have to be 'unselected'
Description
Creating a component to make a round color
proprs:
RESOLVE #353
Checklist
sprint
branchReview in progress