Open adidahiya opened 1 year ago
Currently, it is possible to customize / extend button styles by overriding many of the variables in button/_common.scss except for a few variables related to dark theme minimal buttons with intents:
button/_common.scss
https://github.com/palantir/blueprint/blob/a4480b3c93c539833002ca15a9502da8698270e1/packages/core/src/components/button/_common.scss#L373-L385
These ought to be customizable like all the other variables in this file.
i am start working on this issue
Environment
Feature request
Currently, it is possible to customize / extend button styles by overriding many of the variables in
button/_common.scss
except for a few variables related to dark theme minimal buttons with intents:https://github.com/palantir/blueprint/blob/a4480b3c93c539833002ca15a9502da8698270e1/packages/core/src/components/button/_common.scss#L373-L385
These ought to be customizable like all the other variables in this file.