fix: set font spacing

This commit is contained in:
Florian Duros
2025-12-18 10:41:45 +01:00
parent 3d1b362fb2
commit 39a61cdd1f
3 changed files with 1 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ 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);
`;
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