From f520c0b1c4ce0d6c759d5b819551d3d42967a9f1 Mon Sep 17 00:00:00 2001 From: Gabriel Dugny Date: Fri, 17 Oct 2025 22:29:15 +0200 Subject: [PATCH 1/2] fix(ui): Set color-scheme, notably to have proper scrollbar theming Signed-off-by: Gabriel Dugny --- packages/app-next/public/index.html | 1 + packages/app/public/index.html | 1 + packages/techdocs-cli-embedded-app/public/index.html | 1 + packages/ui/css/styles.css | 8 ++++++++ packages/ui/src/css/core.css | 8 ++++++++ 5 files changed, 19 insertions(+) diff --git a/packages/app-next/public/index.html b/packages/app-next/public/index.html index 63ab0bec0c..74387edea3 100644 --- a/packages/app-next/public/index.html +++ b/packages/app-next/public/index.html @@ -4,6 +4,7 @@ + + + Date: Fri, 31 Oct 2025 08:36:15 +0100 Subject: [PATCH 2/2] chore: changeset Signed-off-by: Gabriel Dugny --- .changeset/wide-papers-run.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/wide-papers-run.md diff --git a/.changeset/wide-papers-run.md b/.changeset/wide-papers-run.md new file mode 100644 index 0000000000..e0e16d71af --- /dev/null +++ b/.changeset/wide-papers-run.md @@ -0,0 +1,5 @@ +--- +'@backstage/ui': patch +--- + +Set the color-scheme property depending on theme