Merge pull request #19825 from lrgsouzawine/patch-1

[Fix] Fix AddEntitiesDrawer to align search Bar.
This commit is contained in:
Phil Kuang
2023-09-07 09:30:09 -04:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-playlist': patch
---
Fix the Ui style of the search bar
@@ -58,7 +58,8 @@ const useStyles = makeStyles((theme: Theme) =>
searchBarContainer: {
borderRadius: 30,
display: 'flex',
height: '2.4em',
height: '100%',
boxShadow: 'none',
},
gridContainer: {
height: '100%',