fix: Improve dark mode styling

fix: Improve user and group list styling
fix: Member list reload when changing permissions, closes #1999
This commit is contained in:
Tom Moor
2021-03-31 20:57:30 -07:00
parent 2ef0caba88
commit 810257bcf5
10 changed files with 47 additions and 24 deletions

View File

@ -52,7 +52,7 @@ class GroupListItem extends React.Component<Props> {
<ListItem
image={
<Image>
<GroupIcon size={28} />
<GroupIcon size={24} />
</Image>
}
title={
@ -94,10 +94,10 @@ class GroupListItem extends React.Component<Props> {
const Image = styled(Flex)`
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
width: 32px;
height: 32px;
background: ${(props) => props.theme.secondaryBackground};
border-radius: 20px;
border-radius: 32px;
`;
const Title = styled.span`