-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
is there any way to change basic color intent (primary, success, danger, etc) with choosing color in variables.scss ? #3673
Comments
You can build blueprint.css yourself using the Blueprint Sass sources distributed in the
Instead of using |
its work , but when i hover the button its still take blue color |
@renjiza you'll have to adjust more variables, like this one:
There's no first-class support for doing this kind of theming, so you'll have to dig through the Sass source to figure out all the necessary adjustments. |
okay, thank you so much |
Damn. There goes where I was headed. |
me too |
i used version 3.*
for example intent color primary i see intent "success" color put on $green3 color from variable
i want to change this intent color with $forest3,
is any way to do that ?
thanks before
The text was updated successfully, but these errors were encountered: