-
Notifications
You must be signed in to change notification settings - Fork 34
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 variable for button border-radius #79
Comments
Hi, thank you for your issue. I think it's wrong way to customize single component. I would recommend pass custom class to your Button, you can also make proxy component |
@mainsmirnov I would prefer to use the same issue with disabled button, it has opacity 0.35 itself that makes button opacity issue is even worse maybe ideally it is better not to make opacity on buttons and its backgrounds to avoid that, but it is how TelegramUI buttons work now. |
Although using color-mix is also a solution to get rid from placeholder, |
Hi Team, thanks for your work, like it.
can I ask you to add a css variable for button border-radius
I have fixed button and I don't need it to have opacity, to solve that I think to add an placeholder with my background color under it, but as you can see radius can be different, so would be usefull to have it as separate variable and just reuse in my code
Thanks!
The text was updated successfully, but these errors were encountered: