-
Notifications
You must be signed in to change notification settings - Fork 127
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 decoration prop to Body component #2678
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 435b395 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Change: +62 B (+0.01%) Total Size: 636 kB
ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2678 +/- ##
=======================================
Coverage 87.36% 87.36%
=======================================
Files 210 210
Lines 12528 12530 +2
Branches 1504 1505 +1
=======================================
+ Hits 10945 10947 +2
Misses 1533 1533
Partials 50 50
|
Purpose
I forgot to add the
decoration
prop in #2653Approach and changes
decoration
prop to the Body component. Choose between theitalic
andstrikethrough
styles.Definition of done