From 5a95452d95a4149aa188f644c7eeb1ec262b05c8 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 4 Nov 2025 08:43:20 +0000 Subject: [PATCH] Update itchy-bars-smell.md Signed-off-by: Charles de Dreuille --- .changeset/itchy-bars-smell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/itchy-bars-smell.md b/.changeset/itchy-bars-smell.md index 640539f3b5..b82779502e 100644 --- a/.changeset/itchy-bars-smell.md +++ b/.changeset/itchy-bars-smell.md @@ -2,4 +2,4 @@ '@backstage/ui': minor --- -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. +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` separately.