Client:Dialogs:CreateEditGroupDialog: fix styles for user information

This commit is contained in:
Timofey Boyko 2024-07-16 13:50:03 +03:00
parent 4698c7a7e9
commit dcdb088155

View File

@ -60,9 +60,9 @@ export const GroupMemberRow = styled.div<{}>`
.email {
color: ${({ theme }) => theme.sideBarRow.metaDataColor};
font-size: 10px;
font-size: 12px;
font-weight: 400;
line-height: normal;
line-height: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;