From 682945e23312b8cadfd2600fb8964bc900a2b400 Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Tue, 16 Nov 2021 13:29:58 +0100 Subject: [PATCH] Add changeset Signed-off-by: Philipp Hugenroth --- .changeset/little-numbers-thank.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/little-numbers-thank.md diff --git a/.changeset/little-numbers-thank.md b/.changeset/little-numbers-thank.md new file mode 100644 index 0000000000..f444a904c0 --- /dev/null +++ b/.changeset/little-numbers-thank.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-components': patch +--- + +Changing the `Header` styles to use more theme variables. With this the title `font-size` will not change on resizing the window.