From ec74fc8235ccf3c5329d6d0042cec7f475db9d98 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Wed, 17 Dec 2025 18:13:52 +0100 Subject: [PATCH] style: set font size on preview bar --- modules/restricted-guests/element-web/src/RoomPreviewBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/restricted-guests/element-web/src/RoomPreviewBar.tsx b/modules/restricted-guests/element-web/src/RoomPreviewBar.tsx index 679818eb29..1d3317a4b0 100644 --- a/modules/restricted-guests/element-web/src/RoomPreviewBar.tsx +++ b/modules/restricted-guests/element-web/src/RoomPreviewBar.tsx @@ -25,6 +25,7 @@ interface RoomPreviewBarProps { const Container = styled.aside` margin: auto; + font: var(--cpd-font-body-md-regular); `; const RoomPreviewBar: FC = ({ api, config, roomId, roomAlias, promptAskToJoin, children }) => {