Remove some hardcoded CSS properties

This commit is contained in:
Félix Malfait
2023-07-08 12:44:18 +02:00
parent f54b20974a
commit 54b658b86b
17 changed files with 30 additions and 31 deletions
@@ -54,9 +54,9 @@ const StyledEditableTitleInput = styled.input`
flex-direction: column;
font-family: Inter;
font-size: 20px;
font-size: ${({ theme }) => theme.font.size.xl};
font-style: normal;
font-weight: 600;
font-weight: ${({ theme }) => theme.font.weight.semiBold};
justify-content: center;
line-height: 120%;