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 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%',