Skip to content

Update _toolbar.scss #2810

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

Conversation

mayanksahu17
Copy link

@mayanksahu17 mayanksahu17 commented Dec 30, 2023

Color of checkbox changed to p5 editor's theme color

Fixes #2808

Changes:

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123

Color of checkbox changed to  p5 editor's theme color
Copy link

welcome bot commented Dec 30, 2023

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

Copy link
Collaborator

@lindapaiste lindapaiste left a comment

Choose a reason for hiding this comment

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

This is not how the the themify variables work. The argument of the getThemifyVariable function is the name of the theme variable, not a color code. We don't hard-code the colors into the CSS because we want it to vary by theme. We define the colors for each theme in the _variables.scss file.

@mayanksahu17 mayanksahu17 deleted the mayanksahu17-Color-of-checkbox branch December 31, 2023 10:40
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.

Color of checkbox should be of p5 editor's theme but its not
2 participants