Remove some hardcoded CSS properties
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user