Merge pull request #164 from element-hq/florianduros/restricted-guests/fix-css
Restricted-guests: set font on preview bar
This commit is contained in:
@@ -25,6 +25,7 @@ interface RoomPreviewBarProps {
|
|||||||
|
|
||||||
const Container = styled.aside`
|
const Container = styled.aside`
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
font: var(--cpd-font-body-md-regular);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const RoomPreviewBar: FC<RoomPreviewBarProps> = ({ api, config, roomId, roomAlias, promptAskToJoin, children }) => {
|
const RoomPreviewBar: FC<RoomPreviewBarProps> = ({ api, config, roomId, roomAlias, promptAskToJoin, children }) => {
|
||||||
|
|||||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.8 KiB |
Reference in New Issue
Block a user