-
Notifications
You must be signed in to change notification settings - Fork 120
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
Add Custom CSS Properties for Border Radius, Style, and Color to bl-button #812
Comments
We don't need these attributes because we already have four styles: Default, Neutral, Success, and Danger. We want to enforce strictness for now in order to maintain consistency within the design system. |
You are right, maybe I can add a divider for the last one, but for the other ones, we can talk if they are necessary or not. |
|
You could consider one of them as the new button inherited from our |
Description
In split button design Figma, we need to add some CSS custom properties for borders to match with the design.
This issue aims to enhance the bl-button component's styling flexibility by introducing three new CSS custom properties:
These properties will allow developers to more easily customize the appearance of bl-button components to fit the design requirements of their projects without modifying the component's internal CSS or structure.
The text was updated successfully, but these errors were encountered: