diff --git a/.changeset/famous-pillows-love.md b/.changeset/famous-pillows-love.md new file mode 100644 index 0000000000..972a2b10b4 --- /dev/null +++ b/.changeset/famous-pillows-love.md @@ -0,0 +1,7 @@ +--- +'@backstage/core-components': patch +'@backstage/plugin-catalog': patch +'@backstage/plugin-catalog-react': patch +--- + +Improve accessibility of core & catalog components by adjusting them with non-breaking changes. diff --git a/packages/core-components/src/components/Status/Status.tsx b/packages/core-components/src/components/Status/Status.tsx index 3d79c38581..0b370a1397 100644 --- a/packages/core-components/src/components/Status/Status.tsx +++ b/packages/core-components/src/components/Status/Status.tsx @@ -69,6 +69,7 @@ export const StatusOK = (props: PropsWithChildren<{}>) => {