Merge pull request #165 from element-hq/florianduros/banner/font-spacing

This commit is contained in:
Florian Duros
2025-12-18 12:24:10 +01:00
committed by GitHub
3 changed files with 2 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ const Sidebar = styled(motion.div)`
background: ${({ theme }): string => theme.menuBackgroundColor};
border-radius: 0 16px 16px 0;
font: var(--cpd-font-body-md-regular);
letter-spacing: var(--cpd-font-letter-spacing-body-md);
font-feature-settings: normal;
`;
const SidebarHeading = styled.div`
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB