Merge pull request #166 from element-hq/florianduros/restricted-guests/font-spacing
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.0 KiB |
Reference in New Issue
Block a user