fix: set font spacing
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user