style: set font size 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 }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user