Add settings page (#273)
* Add settings page * Add 'soon' pill and logout * Refactor components and layout * Begin improving mobile display * Add stories and refactor
This commit is contained in:
@@ -13,7 +13,7 @@ export const StyledColumn = styled.div`
|
||||
export const StyledColumnTitle = styled.h3`
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: ${({ theme }) => theme.fontWeightBold};
|
||||
font-weight: ${({ theme }) => theme.fontWeightMedium};
|
||||
font-size: ${({ theme }) => theme.fontSizeMedium};
|
||||
line-height: ${({ theme }) => theme.lineHeight};
|
||||
color: ${({ color }) => color};
|
||||
|
||||
Reference in New Issue
Block a user