From 3b39a1209a0184f85bfffce2eac668bae84d6bb4 Mon Sep 17 00:00:00 2001 From: Mathias Bronner Date: Mon, 21 Nov 2022 16:48:01 +0100 Subject: [PATCH] chore: fix PR feedback Signed-off-by: Mathias Bronner --- .../GroupListPicker/GroupListPickerButton.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/plugins/org-react/src/components/GroupListPicker/GroupListPickerButton.tsx b/plugins/org-react/src/components/GroupListPicker/GroupListPickerButton.tsx index 3f9528b9bd..01ffe7e58b 100644 --- a/plugins/org-react/src/components/GroupListPicker/GroupListPickerButton.tsx +++ b/plugins/org-react/src/components/GroupListPicker/GroupListPickerButton.tsx @@ -22,25 +22,22 @@ import PeopleIcon from '@material-ui/icons/People'; const useStyles = makeStyles((theme: BackstageTheme) => ({ btn: { - margin: 0, - padding: 10, + padding: '10px', width: '100%', cursor: 'pointer', justifyContent: 'space-between', - '& p': { - width: '100%', - textAlign: 'left', - marginLeft: 4, - }, }, title: { fontSize: '1.5rem', fontStyle: 'normal', fontWeight: theme.typography.fontWeightBold, - letterSpacing: '-0.25px', height: '32px', + letterSpacing: '-0.25px', marginBottom: 0, + marginLeft: '4px', + textAlign: 'left', textTransform: 'none', + width: '100%', }, icon: { transform: 'scale(1.5)',