From e979fe207683c52cb359646d56eddbf1ba7e723e Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Thu, 9 Oct 2025 10:36:38 +0100 Subject: [PATCH] Update warm-dancers-call.md Signed-off-by: Charles de Dreuille --- .changeset/warm-dancers-call.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/warm-dancers-call.md b/.changeset/warm-dancers-call.md index 62cdfb9baf..aa69005663 100644 --- a/.changeset/warm-dancers-call.md +++ b/.changeset/warm-dancers-call.md @@ -2,4 +2,4 @@ '@backstage/theme': minor --- -**BREAKING**: Removed noCssBaseline prop in UnifiedThemeProvider. +**BREAKING**: Removed noCssBaseline prop in UnifiedThemeProvider. If your Backstage instance looks broken after this update, there's a high chance that you forgot to add our new Backstage UI global CSS. To do that, please add @backstage/ui/css/styles.css at the root of your application.