Skip to content

Commit

Permalink
fix: changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
remidej committed Feb 3, 2025
1 parent a0dc47e commit f5f0e74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
Original:

const CheckboxIndicator = styled(Checkbox.Indicator)` width: 100%;
height: 100%;
cursor: pointer;`;
height: 100%;
cursor: pointer;`;

Updated:

Expand All @@ -47,11 +47,11 @@

Original:

<CheckboxIndicator style={{ display: 'inline-flex', pointerEvents: 'auto'}} forceMount>
`<CheckboxIndicator style={{ display: 'inline-flex', pointerEvents: 'auto'}} forceMount>`

Updated:

<CheckboxIndicator forceMount>
`<CheckboxIndicator forceMount>`

- [#1844](https://github.com/strapi/design-system/pull/1844) [`1b5a2d0`](https://github.com/strapi/design-system/commit/1b5a2d078c20abd63ea531a348fa9df71b1593b9) Thanks [@jorrit](https://github.com/jorrit)! - Fix inflated package size because direct dependencies not listed in package.json

Expand Down

0 comments on commit f5f0e74

Please sign in to comment.