From 6322d14ee022f009b36a72a6cc7091cc12b249e1 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 3 Nov 2025 16:22:25 +0000 Subject: [PATCH] Update itchy-bars-smell.md Signed-off-by: Charles de Dreuille --- .changeset/itchy-bars-smell.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/itchy-bars-smell.md b/.changeset/itchy-bars-smell.md index 1c1c9f926d..640539f3b5 100644 --- a/.changeset/itchy-bars-smell.md +++ b/.changeset/itchy-bars-smell.md @@ -1,5 +1,5 @@ --- -'@backstage/ui': patch +'@backstage/ui': minor --- -Fixing styles on SearchField in Backstage UI after migration to CSS modules. +Fixing styles on SearchField in Backstage UI after migration to CSS modules. `SearchField` has now its own set of class names. We previously used class names from `TextField` but this approach was creating some confusion so going forward in your theme you'll be able to theme `TextField` and `SearchField` separatly.