Skip to content
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

Feature/26 Expanded node move the styles to theme, allow changes from variant #27

Merged
merged 4 commits into from
Aug 12, 2022

Conversation

vidhya-metacell
Copy link
Contributor

Closes #26
Screen Shot 2022-08-09 at 12 42 03 PM

const styles = {
root: {
textColor: {
color: '#4579EE',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vidhya-metacell should go into the theme instead of "hardcoded" color in the object

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zsinnema updated this one

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zsinnema if nothing is pending, can this be merged?

@@ -23,6 +23,8 @@ const vars = {
...nodeRed,
...nodeBlue,
...nodeGray,
functionTextColor: '#4579EE',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vidhya-metacell why not just only in the theme.ts like f.e.

.primary-node .block-wrapper .block .function.MuiTypography-root strong {

@zsinnema zsinnema merged commit 5202de9 into develop Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants