-
Notifications
You must be signed in to change notification settings - Fork 4
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
Features/442 to 446 #449
Features/442 to 446 #449
Conversation
@@ -143,14 +140,18 @@ class CameraControls extends Component { | |||
icon: null, | |||
}); | |||
} | |||
|
|||
const buttonStyles = { color: '#fc6320', } |
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.
this does not work right now, it is hardcoded for geppetto but applications are customising the color of these controls
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.
Correct, this should be customizable through props. Thanks for the review 👍
@enicolasgomez this is a breaking change (tested in netpyne), imho it should go in a major release. |
If the issues solved are in different milestones it will be beneficial to split the PR into multiple PR's (ideally one per issue, but at least one per milestone) |
closes #442 #443 #444 #446