style: set font on the sidebar

This commit is contained in:
Florian Duros
2025-12-17 18:01:21 +01:00
parent 6fc3db978b
commit 03958a054c
+1
View File
@@ -27,6 +27,7 @@ const Sidebar = styled(motion.div)`
width: ${({ theme }): string => theme.menuWidth};
background: ${({ theme }): string => theme.menuBackgroundColor};
border-radius: 0 16px 16px 0;
font: var(--cpd-font-body-md-regular);
`;
const SidebarHeading = styled.div`