Redesign settings profile (#353)
* Redesign settings profile * Fix spacing * Fix Company creation
This commit is contained in:
@ -41,7 +41,7 @@ const StyledLogo = styled.div<StyledLogoProps>`
|
||||
const StyledName = styled.div`
|
||||
color: ${(props) => props.theme.text80};
|
||||
font-family: 'Inter';
|
||||
font-size: ${(props) => props.theme.fontSizeLarge};
|
||||
font-size: ${(props) => props.theme.fontSizeMedium};
|
||||
font-weight: 500;
|
||||
margin-left: ${(props) => props.theme.spacing(1)};
|
||||
`;
|
||||
|
||||
@ -2,7 +2,7 @@ export const commonText = {
|
||||
fontSizeExtraSmall: '0.85rem',
|
||||
fontSizeSmall: '0.92rem',
|
||||
fontSizeMedium: '1rem',
|
||||
fontSizeLarge: '1.08rem',
|
||||
fontSizeLarge: '1.23rem',
|
||||
fontSizeExtraLarge: '1.54rem',
|
||||
|
||||
fontWeightMedium: 500,
|
||||
|
||||
Reference in New Issue
Block a user