Update plugins/catalog-react/src/components/GroupListPicker/GroupListPicker.tsx

Co-authored-by: Philipp Hugenroth <tudi2d@users.noreply.github.com>
Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-10-07 16:37:49 +02:00
committed by GitHub
parent 3bc5d044f8
commit 4d114d172d
@@ -137,7 +137,7 @@ export const GroupListPicker = (props: GroupListPickerProps) => {
data-testid="group-list-picker-button"
>
<Box display="flex" flexDirection="row" alignItems="center">
<PeopleIcon fontSize="large" style={{ marginRight: '8px' }} />
<PeopleIcon fontSize="large" style={(theme: BackstageTheme) => ({ marginRight: theme.spacing(1) }) } />
<Typography variant="h3" className={classes.title}>
{group}
</Typography>