Tweak spacing
This commit is contained in:
@@ -44,7 +44,8 @@ const SearchPeopleContainer = styled("div")`
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
margin-block: 12px;
|
||||
margin-block-start: 12px;
|
||||
margin-block-end: 15px;
|
||||
`;
|
||||
|
||||
const SearchPeopleButton = styled("button")(
|
||||
|
||||
@@ -418,7 +418,7 @@ const EmptyState: React.FC<Pick<SearchBarProps, "onSelectPerson">> = ({
|
||||
<SearchPeopleList {...{ people, onSelectPerson }} />
|
||||
</>
|
||||
)}
|
||||
<Typography variant="mini" sx={{ my: "4px" }}>
|
||||
<Typography variant="mini" sx={{ mt: "5px", mb: "4px" }}>
|
||||
{label}
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user