style: set font size on preview bar
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user