Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerGery committed Jan 23, 2024
1 parent 6c0bdc9 commit 7505e92
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,10 @@ export const SummaryContainer = styled.View`
`;

export const Title = styled.Text`
${FONT_SIZES.H2}
color: black;
${FONT_WEIGHTS.SEMI_BOLD};
flex: 10;
color: #212229;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
`;

export const StyledTextArea = styled(TextArea)`
Expand Down

0 comments on commit 7505e92

Please sign in to comment.