From b481715a31e6f548357c0e44c2a8366b106f78c9 Mon Sep 17 00:00:00 2001 From: Lucas Souza <115110464+lrgsouzawine@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:44:06 -0300 Subject: [PATCH 1/2] [Fix] Fix AddEntitiesDrawer to align search Bar. Signed-off-by: Lucas Souza <115110464+lrgsouzawine@users.noreply.github.com> Signed-off-by: lrgsouzawine --- .../playlist/src/components/PlaylistPage/AddEntitiesDrawer.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/playlist/src/components/PlaylistPage/AddEntitiesDrawer.tsx b/plugins/playlist/src/components/PlaylistPage/AddEntitiesDrawer.tsx index fe08870bcd..d5a52dc83c 100644 --- a/plugins/playlist/src/components/PlaylistPage/AddEntitiesDrawer.tsx +++ b/plugins/playlist/src/components/PlaylistPage/AddEntitiesDrawer.tsx @@ -58,7 +58,8 @@ const useStyles = makeStyles((theme: Theme) => searchBarContainer: { borderRadius: 30, display: 'flex', - height: '2.4em', + height: '100%', + boxShadow: 'none', }, gridContainer: { height: '100%', From fdbf215a8d8e197e8fbbe9270c4357497b7c6268 Mon Sep 17 00:00:00 2001 From: lrgsouzawine Date: Wed, 6 Sep 2023 17:19:38 -0300 Subject: [PATCH 2/2] [Changeset] Fix the Ui style of the search bar Signed-off-by: lrgsouzawine --- .changeset/witty-pans-flash.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/witty-pans-flash.md diff --git a/.changeset/witty-pans-flash.md b/.changeset/witty-pans-flash.md new file mode 100644 index 0000000000..107ef90973 --- /dev/null +++ b/.changeset/witty-pans-flash.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-playlist': patch +--- + +Fix the Ui style of the search bar