-
Notifications
You must be signed in to change notification settings - Fork 185
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
fix(ToolButton): rm alpha from bg for mode="secondary"
#8201
fix(ToolButton): rm alpha from bg for mode="secondary"
#8201
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
size-limit report 📦
|
e2e tests |
👀 Docs deployed
Commit fae4120 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8201 +/- ##
=======================================
Coverage 95.49% 95.49%
=======================================
Files 403 403
Lines 11503 11503
Branches 3812 3812
=======================================
Hits 10985 10985
Misses 518 518
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
h2. Release notes h2. Исправления - ToolButton: - при `mode="secondary"` у фона теперь нет прозрачности; - для `mode="primary" appearance="neutral"` заменён токен с `--vkui--color_background_modal_inverse` на `--vkui--color_background_content_inverse`.
[ ] Unit-тесты[ ] Документация фичиОписание
см. #8198
Release notes
Исправления
mode="secondary"
у фона теперь нет прозрачности;mode="primary" appearance="neutral"
заменён токен с--vkui--color_background_modal_inverse
на--vkui--color_background_content_inverse
.