Merge pull request #165 from element-hq/florianduros/banner/font-spacing
This commit is contained in:
@@ -28,6 +28,8 @@ const Sidebar = styled(motion.div)`
|
|||||||
background: ${({ theme }): string => theme.menuBackgroundColor};
|
background: ${({ theme }): string => theme.menuBackgroundColor};
|
||||||
border-radius: 0 16px 16px 0;
|
border-radius: 0 16px 16px 0;
|
||||||
font: var(--cpd-font-body-md-regular);
|
font: var(--cpd-font-body-md-regular);
|
||||||
|
letter-spacing: var(--cpd-font-letter-spacing-body-md);
|
||||||
|
font-feature-settings: normal;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const SidebarHeading = styled.div`
|
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