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:
@@ -38,7 +38,7 @@ class UserListItem extends React.Component<Props> {
|
||||
<>
|
||||
<Avatar
|
||||
src={user.avatarUrl}
|
||||
size={40}
|
||||
size={32}
|
||||
onClick={this.handleOpenProfile}
|
||||
/>
|
||||
<UserProfile
|
||||
|
||||
Reference in New Issue
Block a user