From 93c7d245475f733d4e7e378487cf19afd9a3b4fa Mon Sep 17 00:00:00 2001 From: gaelgoth Date: Mon, 17 Nov 2025 15:56:07 +0100 Subject: [PATCH] Improve phrasing Signed-off-by: gaelgoth --- .changeset/slick-books-sleep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/slick-books-sleep.md b/.changeset/slick-books-sleep.md index d67e16c6be..7aa3be5b03 100644 --- a/.changeset/slick-books-sleep.md +++ b/.changeset/slick-books-sleep.md @@ -2,4 +2,4 @@ '@backstage/theme': patch --- -Added `themeName` props to `UnifiedThemeProvider` to allow setting Backstage UI `data-theme-name`CSS attribute dynamically based on the active theme. +Added a `themeName` prop to `UnifiedThemeProvider`, enabling Backstage UI `data-theme-name` CSS attribute to be set based on active theme.