fix InfoPanel/GroupView user email font size

This commit is contained in:
namushka 2024-04-02 16:39:23 +03:00
parent d3f226f48a
commit 791814b102

View File

@ -66,7 +66,8 @@ export const GroupsContent = styled.div<{}>`
.email {
max-width: 180px;
color: #a3a9ae;
font-size: ${({ theme }) => theme.getCorrectFontSize("10px")};
font-size: ${({ theme }) => theme.getCorrectFontSize("12px")};
line-height: 16px;
font-style: normal;
font-weight: 400;
overflow: hidden;