Merge pull request #166 from element-hq/florianduros/restricted-guests/font-spacing

This commit is contained in:
Florian Duros
2025-12-18 12:23:58 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -26,6 +26,8 @@ interface RoomPreviewBarProps {
const Container = styled.aside`
margin: auto;
font: var(--cpd-font-body-md-regular);
letter-spacing: var(--cpd-font-letter-spacing-body-md);
font-feature-settings: normal;
`;
const RoomPreviewBar: FC<RoomPreviewBarProps> = ({ api, config, roomId, roomAlias, promptAskToJoin, children }) => {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB