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

@@ -38,7 +38,7 @@ class UserListItem extends React.Component<Props> {
<>
<Avatar
src={user.avatarUrl}
size={40}
size={32}
onClick={this.handleOpenProfile}
/>
<UserProfile