Web: People: removed useless buttons styles

This commit is contained in:
Nikita Gopienko 2020-11-28 13:05:10 +03:00
parent 2b7480a200
commit 83e4db1e7f

View File

@ -37,10 +37,6 @@ const AvatarWrapper = styled.div`
const EditButtonWrapper = styled.div`
margin-top: 16px;
width: 160px;
& > button {
padding: 8px 20px 9px 20px;
}
`;
const ToggleWrapper = styled.div`