-
Notifications
You must be signed in to change notification settings - Fork 184
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
feature(BaseImage): Add prop to turn on transparent background #5924
feature(BaseImage): Add prop to turn on transparent background #5924
Conversation
size-limit report 📦
|
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. Latest deployment of this branch, based on commit eb22e39:
|
e2e tests |
👀 Docs deployed
Commit eb22e39 |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5924 +/- ##
=======================================
Coverage 79.18% 79.18%
=======================================
Files 304 304
Lines 9513 9514 +1
Branches 3216 3217 +1
=======================================
+ Hits 7533 7534 +1
Misses 1980 1980
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Добавляем проп withTransparentBackground чтобы можно было включить прозрачный фон вместо фона по умолчанию.
Описание
Добавляем проп
withTransparentBackground
чтобы можно было включить прозрачный фон вместо фона по умолчанию.