diff --git a/ts/components/conversation/SessionRightPanel.tsx b/ts/components/conversation/SessionRightPanel.tsx index 7a836dbb7..eefa5970d 100644 --- a/ts/components/conversation/SessionRightPanel.tsx +++ b/ts/components/conversation/SessionRightPanel.tsx @@ -181,6 +181,11 @@ const StyledGroupSettingsItem = styled.div` } `; +const StyledName = styled.h4` + padding-inline: var(--margins-md); + font-size: var(--font-size-md); +`; + // tslint:disable: cyclomatic-complexity // tslint:disable: max-func-body-length export const SessionRightPanelWithDetails = () => { @@ -276,7 +281,7 @@ export const SessionRightPanelWithDetails = () => { return (