From ed105b7d9026b3a7f7153fc348aa57ff305d71d2 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 22 Jul 2025 12:05:54 +0100 Subject: [PATCH] Update tender-crabs-stay.md Signed-off-by: Charles de Dreuille --- .changeset/tender-crabs-stay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/tender-crabs-stay.md b/.changeset/tender-crabs-stay.md index 9b39b17c0f..ac3296ea4e 100644 --- a/.changeset/tender-crabs-stay.md +++ b/.changeset/tender-crabs-stay.md @@ -2,4 +2,4 @@ '@backstage/ui': minor --- -**Breaking** We are upgrading our `Text` component to support all font sizes making the `Heading` component redundant. The new `Text` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the `as` prop to include all possible values. The component also match with the `Link` component. +**Breaking** We are upgrading our `Text` component to support all font sizes making the `Heading` component redundant. The new `Text` component introduces 4 sizes for title and 4 sizes for body text. All of these work in multiple colors and font weights. We improved the `as` prop to include all possible values. The `Link` component has also been updated to match the new `Text` component.