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.