I would like to share a little design idea. Anyone can try this CSS
.GroupList-content > div {
background: lightgray;
}
.GroupList-UserList-item {
margin: 5px;
padding: 10px 2px;
background: floralwhite;
}
2 . design
.GroupList-content>div {
background: #d3d3d321;
box-shadow: inset 0px 2px 4px 0px #959ea9;
border-radius: 10px;
}
.GroupList-content>div>h3 {
background: #544e48;
color: white;
padding: 10px;
box-shadow: 0px 1px 5px 0px #959ea9;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}