Merge pull request #164 from element-hq/florianduros/restricted-guests/fix-css

Restricted-guests: set font on preview bar
This commit is contained in:
Florian Duros
2025-12-18 09:47:23 +01:00
committed by GitHub
2 changed files with 1 additions and 0 deletions
@@ -25,6 +25,7 @@ interface RoomPreviewBarProps {
const Container = styled.aside`
margin: auto;
font: var(--cpd-font-body-md-regular);
`;
const RoomPreviewBar: FC<RoomPreviewBarProps> = ({ api, config, roomId, roomAlias, promptAskToJoin, children }) => {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB