mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 21:57:56 +00:00
Add font sizes to themes
This commit is contained in:
@@ -13,7 +13,7 @@ const NavbarContainer = styled.div`
|
||||
flex-direction: column;
|
||||
background: ${(props) => props.theme.noisyBackground};
|
||||
min-width: 220px;
|
||||
padding: 8px;
|
||||
padding: ${(props) => props.theme.spacing(2)};
|
||||
`;
|
||||
|
||||
const NavItemsContainer = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user