Merge pull request #163 from element-hq/florianduros/banner/fix-css

Banner: set font on the sidebar
This commit is contained in:
Florian Duros
2025-12-18 09:47:35 +01:00
committed by GitHub
4 changed files with 1 additions and 0 deletions
+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`
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB