diff --git a/.changeset/kind-spies-hunt.md b/.changeset/kind-spies-hunt.md new file mode 100644 index 0000000000..fdffd5f5e0 --- /dev/null +++ b/.changeset/kind-spies-hunt.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-azure-devops': patch +'@backstage/plugin-bazaar': patch +'@backstage/plugin-org': patch +--- + +Remove the use of the deprecated `customStyles` for `Avatar` diff --git a/.changeset/three-ears-brake.md b/.changeset/three-ears-brake.md index e3ac0949e1..5e20281eec 100644 --- a/.changeset/three-ears-brake.md +++ b/.changeset/three-ears-brake.md @@ -2,4 +2,4 @@ '@backstage/core-components': patch --- -Move inline styles into classes for `Avatar` component +Deprecate the `customStyles` prop for the `Avatar` component in favour of the `classes` prop.